Color Hex Logo

#585007 Color Hex

#585007
(88,80,7)
0 Favorites   0 Comments

Color spaces of #585007

RGB 88807
HSL0.150.850.19
HSV54°92°35°
CMYK 0.000.090.92   0.65
XYZ6.93157.82741.3465
Yxy7.82740.43040.4860
Hunter Lab27.9775-4.736716.7307
CIE-Lab33.6208-4.985439.3031

#585007 color RGB value is (88,80,7).

#585007 hex color red value is 88, green value is 80 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #585007 hue: 0.15 , saturation: 0.85 and the lightness value of 585007 is 0.19.

The process color (four color CMYK) of #585007 color hex is 0.00, 0.09, 0.92, 0.65. Web safe color of #585007 is #666600. Color #585007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010000 00000111
Octal 130 120 7
Decimal 88 80 7
Hex 58 50 7

RGB Percentages of Color #585007

%50.29
%45.71
%4.00

CMYK Percentages of Color #585007

%0
%9
%92
%65

Triadic Colors of #585007

#585007 #075850 #500758

Analogous Colors of #585007

#585007 #385807 #582807

Monochromatic Colors of #585007

#585007

Complementary Color

#585007 #070f58

#585007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585007 Color CSS Codes

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

#585007 Text Font Color

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

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


#585007 Background Color

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

This div background color is #585007


#585007 Border Color

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

This div border color is #585007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585007


Comments

No comments written yet.

Please login to write comment.