Color Hex Logo

#d0417f Color Hex

#D0417F
(208,65,127)
0 Favorites   0 Comments

Color spaces of #d0417f

RGB 20865127
HSL0.930.600.54
HSV334°69°82°
CMYK 0.000.690.39   0.18
XYZ31.733518.722822.0200
Yxy18.72280.43780.2583
Hunter Lab43.269955.18710.1163
CIE-Lab50.361360.8271-2.9788

#d0417f color RGB value is (208,65,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 01111111
Octal 320 101 177
Decimal 208 65 127
Hex D0 41 7F

RGB Percentages of Color #d0417f

%52.00
%16.25
%31.75

CMYK Percentages of Color #d0417f

%0
%69
%39
%18

Triadic Colors of #d0417f

#d0417f #7fd041 #417fd0

Analogous Colors of #d0417f

#d0417f #d04b41 #d041c7

Monochromatic Colors of #d0417f

#d0417f

Complementary Color

#d0417f #41d092

#d0417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0417f Color CSS Codes

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

#d0417f Text Font Color

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

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


#d0417f Background Color

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

This div background color is #d0417f


#d0417f Border Color

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

This div border color is #d0417f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0417f


Comments

No comments written yet.

Please login to write comment.