Color Hex Logo

#370008 Color Hex

#370008
(55,0,8)
0 Favorites   0 Comments

Color spaces of #370008

RGB 5508
HSL0.981.000.11
HSV351°100°22°
CMYK 0.001.000.85   0.78
XYZ1.61940.82980.3045
Yxy0.82980.58810.3013
Hunter Lab9.109315.79134.3946
CIE-Lab7.495527.38578.5679

#370008 color RGB value is (55,0,8).

#370008 hex color red value is 55, green value is 0 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #370008 hue: 0.98 , saturation: 1.00 and the lightness value of 370008 is 0.11.

The process color (four color CMYK) of #370008 color hex is 0.00, 1.00, 0.85, 0.78. Web safe color of #370008 is #330000. Color #370008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000000 00001000
Octal 67 0 10
Decimal 55 0 8
Hex 37 0 8

RGB Percentages of Color #370008

%87.30
%0.00
%12.70

CMYK Percentages of Color #370008

%0
%100
%85
%78

Triadic Colors of #370008

#370008 #083700 #000837

Analogous Colors of #370008

#370008 #371400 #370024

Monochromatic Colors of #370008

#370008

Complementary Color

#370008 #00372f

#370008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370008 Color CSS Codes

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

#370008 Text Font Color

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

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


#370008 Background Color

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

This div background color is #370008


#370008 Border Color

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

This div border color is #370008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,0,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #370008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #370008;
  -webkit-box-shadow: 1px 1px 3px 2px #370008;
  box-shadow:         1px 1px 3px 2px #370008; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,0,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370008


Comments

No comments written yet.

Please login to write comment.