Color Hex Logo

#d0427f Color Hex

#D0427F
(208,66,127)
0 Favorites   0 Comments

Color spaces of #d0427f

RGB 20866127
HSL0.930.600.54
HSV334°68°82°
CMYK 0.000.680.39   0.18
XYZ31.791418.838622.0393
Yxy18.83860.43750.2592
Hunter Lab43.403554.78850.2763
CIE-Lab50.497860.4494-2.7777

#d0427f color RGB value is (208,66,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 01111111
Octal 320 102 177
Decimal 208 66 127
Hex D0 42 7F

RGB Percentages of Color #d0427f

%51.87
%16.46
%31.67

CMYK Percentages of Color #d0427f

%0
%68
%39
%18

Triadic Colors of #d0427f

#d0427f #7fd042 #427fd0

Analogous Colors of #d0427f

#d0427f #d04c42 #d042c6

Monochromatic Colors of #d0427f

#d0427f

Complementary Color

#d0427f #42d093

#d0427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0427f Color CSS Codes

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

#d0427f Text Font Color

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

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


#d0427f Background Color

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

This div background color is #d0427f


#d0427f Border Color

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

This div border color is #d0427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0427f


Comments

No comments written yet.

Please login to write comment.