Color Hex Logo

#584062 Color Hex

#584062
(88,64,98)
0 Favorites   0 Comments

Color spaces of #584062

RGB 886498
HSL0.780.210.32
HSV282°35°38°
CMYK 0.100.350.00   0.62
XYZ8.06256.623312.4088
Yxy6.62330.29760.2445
Hunter Lab25.735810.8829-10.5723
CIE-Lab30.933517.3923-16.0463

#584062 color RGB value is (88,64,98).

#584062 hex color red value is 88, green value is 64 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #584062 hue: 0.78 , saturation: 0.21 and the lightness value of 584062 is 0.32.

The process color (four color CMYK) of #584062 color hex is 0.10, 0.35, 0.00, 0.62. Web safe color of #584062 is #663366. Color #584062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 01100010
Octal 130 100 142
Decimal 88 64 98
Hex 58 40 62

RGB Percentages of Color #584062

%35.20
%25.60
%39.20

CMYK Percentages of Color #584062

%10
%35
%0
%62

Triadic Colors of #584062

#584062 #625840 #406258

Analogous Colors of #584062

#584062 #62405b #474062

Monochromatic Colors of #584062

#584062

Complementary Color

#584062 #4a6240

#584062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584062 Color CSS Codes

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

#584062 Text Font Color

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

This sample text font color is #584062
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.


#584062 Background Color

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

This div background color is #584062


#584062 Border Color

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

This div border color is #584062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584062


Comments

No comments written yet.

Please login to write comment.