Color Hex Logo

#584281 Color Hex

#584281
(88,66,129)
0 Favorites   0 Comments

Color spaces of #584281

RGB 8866129
HSL0.720.320.38
HSV261°49°51°
CMYK 0.320.490.00   0.49
XYZ9.93527.556121.7037
Yxy7.55610.25350.1928
Hunter Lab27.488416.4112-27.5711
CIE-Lab33.040824.1491-32.2770

#584281 color RGB value is (88,66,129).

#584281 hex color red value is 88, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #584281 hue: 0.72 , saturation: 0.32 and the lightness value of 584281 is 0.38.

The process color (four color CMYK) of #584281 color hex is 0.32, 0.49, 0.00, 0.49. Web safe color of #584281 is #663399. Color #584281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000010 10000001
Octal 130 102 201
Decimal 88 66 129
Hex 58 42 81

RGB Percentages of Color #584281

%31.10
%23.32
%45.58

CMYK Percentages of Color #584281

%32
%49
%0
%49

Triadic Colors of #584281

#584281 #815842 #428158

Analogous Colors of #584281

#584281 #784281 #424c81

Monochromatic Colors of #584281

#584281

Complementary Color

#584281 #6b8142

#584281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584281 Color CSS Codes

.mybgcolor {background-color:#584281; } 
.myforecolor {color:#584281; }
.mybordercolor {border:3px solid #584281; }

#584281 Text Font Color

<p style="color:#584281">Text here</p>

This sample text font color is #584281
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#584281 Background Color

<div style="background-color:#584281">
Div content here</div>

This div background color is #584281


#584281 Border Color

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

This div border color is #584281


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,66,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584281; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584281;
  -webkit-box-shadow: 1px 1px 3px 2px #584281;
  box-shadow:         1px 1px 3px 2px #584281; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,66,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #584281">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #584281;
  -webkit-box-shadow: 1px 1px 3px 2px #584281;
  box-shadow:         1px 1px 3px 2px #584281;">
Div content here</div>

This div box has shadow with color #584281


Comments

No comments written yet.

Please login to write comment.