Color Hex Logo

#582014 Color Hex

#582014
(88,32,20)
0 Favorites   0 Comments

Color spaces of #582014

RGB 883220
HSL0.030.630.21
HSV11°77°35°
CMYK 0.000.640.77   0.65
XYZ4.66733.15821.0254
Yxy3.15820.52730.3568
Hunter Lab17.771315.77989.0189
CIE-Lab20.666625.050220.9832

#582014 color RGB value is (88,32,20).

#582014 hex color red value is 88, green value is 32 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #582014 hue: 0.03 , saturation: 0.63 and the lightness value of 582014 is 0.21.

The process color (four color CMYK) of #582014 color hex is 0.00, 0.64, 0.77, 0.65. Web safe color of #582014 is #663300. Color #582014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 00010100
Octal 130 40 24
Decimal 88 32 20
Hex 58 20 14

RGB Percentages of Color #582014

%62.86
%22.86
%14.29

CMYK Percentages of Color #582014

%0
%64
%77
%65

Triadic Colors of #582014

#582014 #145820 #201458

Analogous Colors of #582014

#582014 #584214 #58142a

Monochromatic Colors of #582014

#582014

Complementary Color

#582014 #144c58

#582014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582014 Color CSS Codes

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

#582014 Text Font Color

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

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


#582014 Background Color

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

This div background color is #582014


#582014 Border Color

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

This div border color is #582014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582014


Comments

No comments written yet.

Please login to write comment.