Color Hex Logo

#dc259f Color Hex

#DC259F
(220,37,159)
0 Favorites   0 Comments

Color spaces of #dc259f

RGB 22037159
HSL0.890.720.50
HSV320°83°86°
CMYK 0.000.830.28   0.14
XYZ36.434819.042034.5560
Yxy19.04200.40470.2115
Hunter Lab43.637172.6735-16.4054
CIE-Lab50.736375.5576-21.3594

#dc259f color RGB value is (220,37,159).

#dc259f hex color red value is 220, green value is 37 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc259f hue: 0.89 , saturation: 0.72 and the lightness value of dc259f is 0.50.

The process color (four color CMYK) of #dc259f color hex is 0.00, 0.83, 0.28, 0.14. Web safe color of #dc259f is #cc3399. Color #dc259f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 10011111
Octal 334 45 237
Decimal 220 37 159
Hex DC 25 9F

RGB Percentages of Color #dc259f

%52.88
%8.89
%38.22

CMYK Percentages of Color #dc259f

%0
%83
%28
%14

Triadic Colors of #dc259f

#dc259f #9fdc25 #259fdc

Analogous Colors of #dc259f

#dc259f #dc2544 #be25dc

Monochromatic Colors of #dc259f

#dc259f

Complementary Color

#dc259f #25dc62

#dc259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc259f Color CSS Codes

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

#dc259f Text Font Color

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

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


#dc259f Background Color

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

This div background color is #dc259f


#dc259f Border Color

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

This div border color is #dc259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc259f


Comments

No comments written yet.

Please login to write comment.