Color Hex Logo

#dc299f Color Hex

#DC299F
(220,41,159)
0 Favorites   0 Comments

Color spaces of #dc299f

RGB 22041159
HSL0.890.720.51
HSV320°81°86°
CMYK 0.000.810.28   0.14
XYZ36.566119.304734.5998
Yxy19.30470.40420.2134
Hunter Lab43.937171.6644-15.9340
CIE-Lab51.041874.6766-20.8903

#dc299f color RGB value is (220,41,159).

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

The process color (four color CMYK) of #dc299f color hex is 0.00, 0.81, 0.28, 0.14. Web safe color of #dc299f is #cc3399. Color #dc299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10011111
Octal 334 51 237
Decimal 220 41 159
Hex DC 29 9F

RGB Percentages of Color #dc299f

%52.38
%9.76
%37.86

CMYK Percentages of Color #dc299f

%0
%81
%28
%14

Triadic Colors of #dc299f

#dc299f #9fdc29 #299fdc

Analogous Colors of #dc299f

#dc299f #dc2945 #c029dc

Monochromatic Colors of #dc299f

#dc299f

Complementary Color

#dc299f #29dc66

#dc299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc299f Color CSS Codes

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

#dc299f Text Font Color

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

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


#dc299f Background Color

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

This div background color is #dc299f


#dc299f Border Color

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

This div border color is #dc299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc299f


Comments

No comments written yet.

Please login to write comment.