Color Hex Logo

#dc296a Color Hex

#DC296A
(220,41,106)
0 Favorites   0 Comments

Color spaces of #dc296a

RGB 22041106
HSL0.940.720.51
HSV338°81°86°
CMYK 0.000.810.52   0.14
XYZ32.909717.842115.3450
Yxy17.84210.49790.2699
Hunter Lab42.239965.15208.0289
CIE-Lab49.304069.61798.5136

#dc296a color RGB value is (220,41,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 01101010
Octal 334 51 152
Decimal 220 41 106
Hex DC 29 6A

RGB Percentages of Color #dc296a

%59.95
%11.17
%28.88

CMYK Percentages of Color #dc296a

%0
%81
%52
%14

Triadic Colors of #dc296a

#dc296a #6adc29 #296adc

Analogous Colors of #dc296a

#dc296a #dc4229 #dc29c4

Monochromatic Colors of #dc296a

#dc296a

Complementary Color

#dc296a #29dc9b

#dc296a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc296a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc296a Color CSS Codes

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

#dc296a Text Font Color

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

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


#dc296a Background Color

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

This div background color is #dc296a


#dc296a Border Color

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

This div border color is #dc296a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc296a


Comments

No comments written yet.

Please login to write comment.