COLOR #584882

HEX: #584882
RGB: (88,72,130)

Renk bilgisi

#584882 contains red, green and blue colors in about the same proportion. #584882 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#584882 color RGB value is (88,72,130).

  • kırmız ton 88;
  • yeşil ton 72;
  • mavi ton 130.
RGB:
(88,72,130)
(35%,28%,51%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 72 of 255 = 28%
B 130 of 255 = 51%

88
72
130

R + G + B ~ 38%. #584882 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 72 + 130 = 290 (100%)
R 88 of 290 ~ 30.34%
G 72 of 290 ~ 24.83%
B 130 of 290 ~ 44.83%

%30.34
%24.83
%44.83

CMYK RENK MODELİ

#584882 rengi CMYK tonu (32,45,0,49).

  • camgöbeği tonu 32.31%
  • eflatun tonu 44.62%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(32,45,0,49)
C32M45Y0K49 
(32%,45%,0%,49%)
(0.32/0.45/0.00/0.49)	

CMYK yüzdeleri

%32.31
%44.62
%0
%49.02

Codes

Color #584882 in popluar color models

584882
RGB8872130
HSL257°28.71%39.61%
HSB/HSV257°44.62%50.98%
CMYK32.31%44.62%0.00%
49.02%

Color #584882 in popluar number systems.

HEX584882
Decimal8872130
Binary1011000100100010000010
Octal130110202

Shades and tints

Shades of #584882

#584882
(88,72,130)
#504277
(80,66,119)
#483C6C
(72,60,108)
#403661
(64,54,97)
#383056
(56,48,86)
#302A4B
(48,42,75)
#282440
(40,36,64)
#201E35
(32,30,53)
#18182A
(24,24,42)
#10121F
(16,18,31)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #584882

#584882
(88,72,130)
#67588D
(103,88,141)
#766898
(118,104,152)
#8578A3
(133,120,163)
#9488AE
(148,136,174)
#A398B9
(163,152,185)
#B2A8C4
(178,168,196)
#C1B8CF
(193,184,207)
#D0C8DA
(208,200,218)
#DFD8E5
(223,216,229)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584882 color. Also use rgb(88,72,130) instead hex code.

Text Font Color

.myTextColor { color: #584882; }

<p style="color:#584882">This sample text font color is #584882.</p>

This text font color is #584882.


Background Color

.myBgColor { background-color: #584882; }

<div style="background-color:#584882">Inner text</div>

This div background color is #584882.


Border color

.myBorderColor { border: 1px solid #584882; }

<div style="border:3px solid #584882">Div</div>

This div border color is #584882.


Opacity

.myOpacity80 { color: #584882; opacity: 0.8; }

<p style="color:#584882;opacity:0.8;">80%</p>

Text with #584882 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #584882;}

<p style="text-shadow: 3px 3px 1px #584882">Text here.</p>

This text has shadow with #584882 color.

.textShadow {text-shadow: 3px 3px 1px #584882, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #584882, 5px 5px 20px red">Text here.</p>

This text has shadow with #584882 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#584882, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#584882, Direction=45, Strength=4)">Text</p>

This text has shadow with #584882 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #584882;
  -webkit-box-shadow:	1px 1px 3px 2px #584882;
  box-shadow:		1px 1px 3px 2px #584882;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #584882;
-webkit-box-shadow: 1px 1px 3px 2px #584882;
box-shadow:1px 1px 3px 2px #584882;">
Div content here</div>
This div box has shadow with color #584882.

Preview

Color preview on black background

This text has color #584882 on black background.


Color preview on white background

This text has color #584882 on white background.



Black color preview on #584882 background

This text has black color on #584882 background.


White color preview on #584882 background

This text has white color on #584882 background.