Color Hex Logo

#d0053c Color Hex

#D0053C
(208,5,60)
0 Favorites   0 Comments

Color spaces of #d0053c

RGB 208560
HSL0.950.950.42
HSV344°98°82°
CMYK 0.000.980.71   0.18
XYZ26.882313.84475.5304
Yxy13.84470.58110.2993
Hunter Lab37.208563.847517.2335
CIE-Lab44.009469.544529.3968

#d0053c color RGB value is (208,5,60).

#d0053c hex color red value is 208, green value is 5 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d0053c hue: 0.95 , saturation: 0.95 and the lightness value of d0053c is 0.42.

The process color (four color CMYK) of #d0053c color hex is 0.00, 0.98, 0.71, 0.18. Web safe color of #d0053c is #cc0033. Color #d0053c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 00111100
Octal 320 5 74
Decimal 208 5 60
Hex D0 5 3C

RGB Percentages of Color #d0053c

%76.19
%1.83
%21.98

CMYK Percentages of Color #d0053c

%0
%98
%71
%18

Triadic Colors of #d0053c

#d0053c #3cd005 #053cd0

Analogous Colors of #d0053c

#d0053c #d03305 #d005a2

Monochromatic Colors of #d0053c

#d0053c

Complementary Color

#d0053c #05d099

#d0053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0053c Color CSS Codes

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

#d0053c Text Font Color

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

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


#d0053c Background Color

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

This div background color is #d0053c


#d0053c Border Color

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

This div border color is #d0053c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,5,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 #d0053c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0053c


Comments

No comments written yet.

Please login to write comment.