Color Hex Logo

#d0223c Color Hex

#D0223C
(208,34,60)
0 Favorites   0 Comments

Color spaces of #d0223c

RGB 2083460
HSL0.980.720.47
HSV351°84°82°
CMYK 0.000.840.71   0.18
XYZ27.400114.88025.7030
Yxy14.88020.57100.3101
Hunter Lab38.574959.284318.2368
CIE-Lab45.469765.344031.1518

#d0223c color RGB value is (208,34,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100010 00111100
Octal 320 42 74
Decimal 208 34 60
Hex D0 22 3C

RGB Percentages of Color #d0223c

%68.87
%11.26
%19.87

CMYK Percentages of Color #d0223c

%0
%84
%71
%18

Triadic Colors of #d0223c

#d0223c #3cd022 #223cd0

Analogous Colors of #d0223c

#d0223c #d05f22 #d02293

Monochromatic Colors of #d0223c

#d0223c

Complementary Color

#d0223c #22d0b6

#d0223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0223c Color CSS Codes

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

#d0223c Text Font Color

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

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


#d0223c Background Color

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

This div background color is #d0223c


#d0223c Border Color

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

This div border color is #d0223c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0223c


Comments

No comments written yet.

Please login to write comment.