Color Hex Logo

#dc907f Color Hex

#DC907F
(220,144,127)
0 Favorites   0 Comments

Color spaces of #dc907f

RGB 220144127
HSL0.030.570.68
HSV11°42°86°
CMYK 0.000.350.42   0.14
XYZ43.319236.694524.8782
Yxy36.69450.41300.3498
Hunter Lab60.576021.641218.0531
CIE-Lab67.047226.822220.9158

#dc907f color RGB value is (220,144,127).

#dc907f hex color red value is 220, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dc907f hue: 0.03 , saturation: 0.57 and the lightness value of dc907f is 0.68.

The process color (four color CMYK) of #dc907f color hex is 0.00, 0.35, 0.42, 0.14. Web safe color of #dc907f is #cc9966. Color #dc907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 01111111
Octal 334 220 177
Decimal 220 144 127
Hex DC 90 7F

RGB Percentages of Color #dc907f

%44.81
%29.33
%25.87

CMYK Percentages of Color #dc907f

%0
%35
%42
%14

Triadic Colors of #dc907f

#dc907f #7fdc90 #907fdc

Analogous Colors of #dc907f

#dc907f #dcbf7f #dc7f9d

Monochromatic Colors of #dc907f

#dc907f

Complementary Color

#dc907f #7fcbdc

#dc907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc907f Color CSS Codes

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

#dc907f Text Font Color

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

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


#dc907f Background Color

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

This div background color is #dc907f


#dc907f Border Color

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

This div border color is #dc907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc907f


Comments

No comments written yet.

Please login to write comment.