Color Hex Logo

#d02002 Color Hex

#D02002
(208,32,2)
0 Favorites   0 Comments

Color spaces of #d02002

RGB 208322
HSL0.020.980.41
HSV99°82°
CMYK 0.000.850.99   0.18
XYZ26.539914.44731.4472
Yxy14.44730.62540.3405
Hunter Lab38.009658.119424.3493
CIE-Lab44.867764.445457.5689

#d02002 color RGB value is (208,32,2).

#d02002 hex color red value is 208, green value is 32 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #d02002 hue: 0.02 , saturation: 0.98 and the lightness value of d02002 is 0.41.

The process color (four color CMYK) of #d02002 color hex is 0.00, 0.85, 0.99, 0.18. Web safe color of #d02002 is #cc3300. Color #d02002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 00000010
Octal 320 40 2
Decimal 208 32 2
Hex D0 20 2

RGB Percentages of Color #d02002

%85.95
%13.22
%0.83

CMYK Percentages of Color #d02002

%0
%85
%99
%18

Triadic Colors of #d02002

#d02002 #02d020 #2002d0

Analogous Colors of #d02002

#d02002 #d08702 #d0024b

Monochromatic Colors of #d02002

#d02002

Complementary Color

#d02002 #02b2d0

#d02002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02002 Color CSS Codes

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

#d02002 Text Font Color

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

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


#d02002 Background Color

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

This div background color is #d02002


#d02002 Border Color

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

This div border color is #d02002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02002


Comments

No comments written yet.

Please login to write comment.