Color Hex Logo

#dc298a Color Hex

#DC298A
(220,41,138)
0 Favorites   0 Comments

Color spaces of #dc298a

RGB 22041138
HSL0.910.720.51
HSV327°81°86°
CMYK 0.000.810.37   0.14
XYZ34.895618.636525.8028
Yxy18.63650.43990.2349
Hunter Lab43.170068.7393-5.2187
CIE-Lab50.259272.4257-9.5253

#dc298a color RGB value is (220,41,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10001010
Octal 334 51 212
Decimal 220 41 138
Hex DC 29 8A

RGB Percentages of Color #dc298a

%55.14
%10.28
%34.59

CMYK Percentages of Color #dc298a

%0
%81
%37
%14

Triadic Colors of #dc298a

#dc298a #8adc29 #298adc

Analogous Colors of #dc298a

#dc298a #dc2931 #d529dc

Monochromatic Colors of #dc298a

#dc298a

Complementary Color

#dc298a #29dc7b

#dc298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc298a Color CSS Codes

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

#dc298a Text Font Color

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

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


#dc298a Background Color

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

This div background color is #dc298a


#dc298a Border Color

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

This div border color is #dc298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc298a


Comments

No comments written yet.

Please login to write comment.