Color Hex Logo

#dc919f Color Hex

#DC919F
(220,145,159)
0 Favorites   0 Comments

Color spaces of #dc919f

RGB 220145159
HSL0.970.520.72
HSV349°34°86°
CMYK 0.000.340.28   0.14
XYZ45.898637.969637.7106
Yxy37.96960.37750.3123
Hunter Lab61.619525.12556.8487
CIE-Lab67.998230.21354.3715

#dc919f color RGB value is (220,145,159).

#dc919f hex color red value is 220, green value is 145 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc919f hue: 0.97 , saturation: 0.52 and the lightness value of dc919f is 0.72.

The process color (four color CMYK) of #dc919f color hex is 0.00, 0.34, 0.28, 0.14. Web safe color of #dc919f is #cc9999. Color #dc919f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010001 10011111
Octal 334 221 237
Decimal 220 145 159
Hex DC 91 9F

RGB Percentages of Color #dc919f

%41.98
%27.67
%30.34

CMYK Percentages of Color #dc919f

%0
%34
%28
%14

Triadic Colors of #dc919f

#dc919f #9fdc91 #919fdc

Analogous Colors of #dc919f

#dc919f #dca991 #dc91c5

Monochromatic Colors of #dc919f

#dc919f

Complementary Color

#dc919f #91dcce

#dc919f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc919f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc919f Color CSS Codes

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

#dc919f Text Font Color

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

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


#dc919f Background Color

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

This div background color is #dc919f


#dc919f Border Color

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

This div border color is #dc919f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,145,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc919f


Comments

No comments written yet.

Please login to write comment.