Color Hex Logo

#dc298f Color Hex

#DC298F
(220,41,143)
0 Favorites   0 Comments

Color spaces of #dc298f

RGB 22041143
HSL0.910.720.51
HSV326°81°86°
CMYK 0.000.810.35   0.14
XYZ35.266118.784727.7537
Yxy18.78470.43110.2296
Hunter Lab43.341369.3951-7.6275
CIE-Lab50.434472.9333-12.2671

#dc298f color RGB value is (220,41,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10001111
Octal 334 51 217
Decimal 220 41 143
Hex DC 29 8F

RGB Percentages of Color #dc298f

%54.46
%10.15
%35.40

CMYK Percentages of Color #dc298f

%0
%81
%35
%14

Triadic Colors of #dc298f

#dc298f #8fdc29 #298fdc

Analogous Colors of #dc298f

#dc298f #dc2936 #d029dc

Monochromatic Colors of #dc298f

#dc298f

Complementary Color

#dc298f #29dc76

#dc298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc298f Color CSS Codes

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

#dc298f Text Font Color

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

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


#dc298f Background Color

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

This div background color is #dc298f


#dc298f Border Color

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

This div border color is #dc298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc298f


Comments

No comments written yet.

Please login to write comment.