Color Hex Logo

#d02230 Color Hex

#D02230
(208,34,48)
0 Favorites   0 Comments

Color spaces of #d02230

RGB 2083448
HSL0.990.720.47
HSV355°84°82°
CMYK 0.000.840.77   0.18
XYZ27.118014.76744.2174
Yxy14.76740.58820.3203
Hunter Lab38.428458.713620.3930
CIE-Lab45.314064.877838.0444

#d02230 color RGB value is (208,34,48).

#d02230 hex color red value is 208, green value is 34 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d02230 hue: 0.99 , saturation: 0.72 and the lightness value of d02230 is 0.47.

The process color (four color CMYK) of #d02230 color hex is 0.00, 0.84, 0.77, 0.18. Web safe color of #d02230 is #cc3333. Color #d02230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100010 00110000
Octal 320 42 60
Decimal 208 34 48
Hex D0 22 30

RGB Percentages of Color #d02230

%71.72
%11.72
%16.55

CMYK Percentages of Color #d02230

%0
%84
%77
%18

Triadic Colors of #d02230

#d02230 #30d022 #2230d0

Analogous Colors of #d02230

#d02230 #d06b22 #d02287

Monochromatic Colors of #d02230

#d02230

Complementary Color

#d02230 #22d0c2

#d02230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02230 Color CSS Codes

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

#d02230 Text Font Color

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

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


#d02230 Background Color

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

This div background color is #d02230


#d02230 Border Color

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

This div border color is #d02230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02230


Comments

No comments written yet.

Please login to write comment.