Color Hex Logo

#dc158f Color Hex

#DC158F
(220,21,143)
0 Favorites   0 Comments

Color spaces of #dc158f

RGB 22021143
HSL0.900.830.47
HSV323°90°86°
CMYK 0.000.900.35   0.14
XYZ34.741317.735127.5788
Yxy17.73510.43400.2215
Hunter Lab42.113173.5563-9.3484
CIE-Lab49.173276.5781-14.1745

#dc158f color RGB value is (220,21,143).

#dc158f hex color red value is 220, green value is 21 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dc158f hue: 0.90 , saturation: 0.83 and the lightness value of dc158f is 0.47.

The process color (four color CMYK) of #dc158f color hex is 0.00, 0.90, 0.35, 0.14. Web safe color of #dc158f is #cc0099. Color #dc158f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010101 10001111
Octal 334 25 217
Decimal 220 21 143
Hex DC 15 8F

RGB Percentages of Color #dc158f

%57.29
%5.47
%37.24

CMYK Percentages of Color #dc158f

%0
%90
%35
%14

Triadic Colors of #dc158f

#dc158f #8fdc15 #158fdc

Analogous Colors of #dc158f

#dc158f #dc152c #c615dc

Monochromatic Colors of #dc158f

#dc158f

Complementary Color

#dc158f #15dc62

#dc158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc158f Color CSS Codes

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

#dc158f Text Font Color

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

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


#dc158f Background Color

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

This div background color is #dc158f


#dc158f Border Color

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

This div border color is #dc158f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,21,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 #dc158f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc158f


Comments

No comments written yet.

Please login to write comment.