Color Hex Logo

#d04470 Color Hex

#D04470
(208,68,112)
0 Favorites   0 Comments

Color spaces of #d04470

RGB 20868112
HSL0.950.600.54
HSV341°67°82°
CMYK 0.000.670.46   0.18
XYZ31.004218.714017.3073
Yxy18.71400.46260.2792
Hunter Lab43.259752.22656.5611
CIE-Lab50.350958.19406.0587

#d04470 color RGB value is (208,68,112).

#d04470 hex color red value is 208, green value is 68 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d04470 hue: 0.95 , saturation: 0.60 and the lightness value of d04470 is 0.54.

The process color (four color CMYK) of #d04470 color hex is 0.00, 0.67, 0.46, 0.18. Web safe color of #d04470 is #cc3366. Color #d04470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 01110000
Octal 320 104 160
Decimal 208 68 112
Hex D0 44 70

RGB Percentages of Color #d04470

%53.61
%17.53
%28.87

CMYK Percentages of Color #d04470

%0
%67
%46
%18

Triadic Colors of #d04470

#d04470 #70d044 #4470d0

Analogous Colors of #d04470

#d04470 #d05e44 #d044b6

Monochromatic Colors of #d04470

#d04470

Complementary Color

#d04470 #44d0a4

#d04470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04470 Color CSS Codes

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

#d04470 Text Font Color

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

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


#d04470 Background Color

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

This div background color is #d04470


#d04470 Border Color

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

This div border color is #d04470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04470


Comments

No comments written yet.

Please login to write comment.