Color Hex Logo

#d9060b Color Hex

#D9060B
(217,6,11)
0 Favorites   0 Comments

Color spaces of #d9060b

RGB 217611
HSL1.000.950.44
HSV359°97°85°
CMYK 0.000.970.95   0.15
XYZ28.740814.90611.6790
Yxy14.90610.63410.3289
Hunter Lab38.608465.313924.4475
CIE-Lab45.505370.492156.2630

#d9060b color RGB value is (217,6,11).

#d9060b hex color red value is 217, green value is 6 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d9060b hue: 1.00 , saturation: 0.95 and the lightness value of d9060b is 0.44.

The process color (four color CMYK) of #d9060b color hex is 0.00, 0.97, 0.95, 0.15. Web safe color of #d9060b is #cc0000. Color #d9060b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000110 00001011
Octal 331 6 13
Decimal 217 6 11
Hex D9 6 B

RGB Percentages of Color #d9060b

%92.74
%2.56
%4.70

CMYK Percentages of Color #d9060b

%0
%97
%95
%15

Triadic Colors of #d9060b

#d9060b #0bd906 #060bd9

Analogous Colors of #d9060b

#d9060b #d96b06 #d90675

Monochromatic Colors of #d9060b

#d9060b

Complementary Color

#d9060b #06d9d4

#d9060b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9060b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9060b Color CSS Codes

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

#d9060b Text Font Color

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

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


#d9060b Background Color

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

This div background color is #d9060b


#d9060b Border Color

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

This div border color is #d9060b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,6,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9060b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9060b;
  -webkit-box-shadow: 1px 1px 3px 2px #d9060b;
  box-shadow:         1px 1px 3px 2px #d9060b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,6,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9060b


Comments

No comments written yet.

Please login to write comment.