Color Hex Logo

#d02235 Color Hex

#D02235
(208,34,53)
0 Favorites   0 Comments

Color spaces of #d02235

RGB 2083453
HSL0.980.720.47
HSV353°84°82°
CMYK 0.000.840.75   0.18
XYZ27.227114.81104.7919
Yxy14.81100.58140.3163
Hunter Lab38.485158.934919.5572
CIE-Lab45.374265.058735.2055

#d02235 color RGB value is (208,34,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100010 00110101
Octal 320 42 65
Decimal 208 34 53
Hex D0 22 35

RGB Percentages of Color #d02235

%70.51
%11.53
%17.97

CMYK Percentages of Color #d02235

%0
%84
%75
%18

Triadic Colors of #d02235

#d02235 #35d022 #2235d0

Analogous Colors of #d02235

#d02235 #d06622 #d0228c

Monochromatic Colors of #d02235

#d02235

Complementary Color

#d02235 #22d0bd

#d02235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02235 Color CSS Codes

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

#d02235 Text Font Color

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

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


#d02235 Background Color

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

This div background color is #d02235


#d02235 Border Color

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

This div border color is #d02235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02235


Comments

No comments written yet.

Please login to write comment.