Color Hex Logo

#dc239d Color Hex

#DC239D
(220,35,157)
0 Favorites   0 Comments

Color spaces of #dc239d

RGB 22035157
HSL0.890.730.50
HSV320°84°86°
CMYK 0.000.840.29   0.14
XYZ36.202018.852033.6290
Yxy18.85200.40820.2126
Hunter Lab43.418972.8475-15.5283
CIE-Lab50.513675.7423-20.5124

#dc239d color RGB value is (220,35,157).

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

The process color (four color CMYK) of #dc239d color hex is 0.00, 0.84, 0.29, 0.14. Web safe color of #dc239d is #cc3399. Color #dc239d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 10011101
Octal 334 43 235
Decimal 220 35 157
Hex DC 23 9D

RGB Percentages of Color #dc239d

%53.40
%8.50
%38.11

CMYK Percentages of Color #dc239d

%0
%84
%29
%14

Triadic Colors of #dc239d

#dc239d #9ddc23 #239ddc

Analogous Colors of #dc239d

#dc239d #dc2340 #bf23dc

Monochromatic Colors of #dc239d

#dc239d

Complementary Color

#dc239d #23dc62

#dc239d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc239d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc239d Color CSS Codes

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

#dc239d Text Font Color

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

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


#dc239d Background Color

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

This div background color is #dc239d


#dc239d Border Color

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

This div border color is #dc239d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc239d


Comments

No comments written yet.

Please login to write comment.