Color Hex Logo

#d0447e Color Hex

#D0447E
(208,68,126)
0 Favorites   0 Comments

Color spaces of #d0447e

RGB 20868126
HSL0.930.600.54
HSV335°67°82°
CMYK 0.000.670.39   0.18
XYZ31.845419.050521.7373
Yxy19.05050.43840.2623
Hunter Lab43.646953.85421.0248
CIE-Lab50.746259.5751-1.8106

#d0447e color RGB value is (208,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 01111110
Octal 320 104 176
Decimal 208 68 126
Hex D0 44 7E

RGB Percentages of Color #d0447e

%51.74
%16.92
%31.34

CMYK Percentages of Color #d0447e

%0
%67
%39
%18

Triadic Colors of #d0447e

#d0447e #7ed044 #447ed0

Analogous Colors of #d0447e

#d0447e #d05044 #d044c4

Monochromatic Colors of #d0447e

#d0447e

Complementary Color

#d0447e #44d096

#d0447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0447e Color CSS Codes

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

#d0447e Text Font Color

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

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


#d0447e Background Color

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

This div background color is #d0447e


#d0447e Border Color

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

This div border color is #d0447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0447e


Comments

No comments written yet.

Please login to write comment.