Color Hex Logo

#dc296f Color Hex

#DC296F
(220,41,111)
0 Favorites   0 Comments

Color spaces of #dc296f

RGB 22041111
HSL0.930.720.51
HSV337°81°86°
CMYK 0.000.810.50   0.14
XYZ33.177417.949216.7548
Yxy17.94920.48880.2644
Hunter Lab42.366565.64286.2090
CIE-Lab49.434470.00535.6439

#dc296f color RGB value is (220,41,111).

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

The process color (four color CMYK) of #dc296f color hex is 0.00, 0.81, 0.50, 0.14. Web safe color of #dc296f is #cc3366. Color #dc296f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 01101111
Octal 334 51 157
Decimal 220 41 111
Hex DC 29 6F

RGB Percentages of Color #dc296f

%59.14
%11.02
%29.84

CMYK Percentages of Color #dc296f

%0
%81
%50
%14

Triadic Colors of #dc296f

#dc296f #6fdc29 #296fdc

Analogous Colors of #dc296f

#dc296f #dc3c29 #dc29c9

Monochromatic Colors of #dc296f

#dc296f

Complementary Color

#dc296f #29dc96

#dc296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc296f Color CSS Codes

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

#dc296f Text Font Color

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

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


#dc296f Background Color

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

This div background color is #dc296f


#dc296f Border Color

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

This div border color is #dc296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc296f


Comments

No comments written yet.

Please login to write comment.