Color Hex Logo

#dc296b Color Hex

#DC296B
(220,41,107)
0 Favorites   0 Comments

Color spaces of #dc296b

RGB 22041107
HSL0.940.720.51
HSV338°81°86°
CMYK 0.000.810.51   0.14
XYZ32.962017.863115.6205
Yxy17.86310.49610.2688
Hunter Lab42.264865.24767.6725
CIE-Lab49.329669.69347.9385

#dc296b color RGB value is (220,41,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 01101011
Octal 334 51 153
Decimal 220 41 107
Hex DC 29 6B

RGB Percentages of Color #dc296b

%59.78
%11.14
%29.08

CMYK Percentages of Color #dc296b

%0
%81
%51
%14

Triadic Colors of #dc296b

#dc296b #6bdc29 #296bdc

Analogous Colors of #dc296b

#dc296b #dc4129 #dc29c5

Monochromatic Colors of #dc296b

#dc296b

Complementary Color

#dc296b #29dc9a

#dc296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc296b Color CSS Codes

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

#dc296b Text Font Color

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

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


#dc296b Background Color

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

This div background color is #dc296b


#dc296b Border Color

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

This div border color is #dc296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc296b


Comments

No comments written yet.

Please login to write comment.