Color Hex Logo

#dc338c Color Hex

#DC338C
(220,51,140)
0 Favorites   0 Comments

Color spaces of #dc338c

RGB 22051140
HSL0.910.710.53
HSV328°77°86°
CMYK 0.000.770.36   0.14
XYZ35.432719.476726.7028
Yxy19.47670.43420.2386
Hunter Lab44.132466.0810-4.9814
CIE-Lab51.240370.0242-9.2563

#dc338c color RGB value is (220,51,140).

#dc338c hex color red value is 220, green value is 51 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc338c hue: 0.91 , saturation: 0.71 and the lightness value of dc338c is 0.53.

The process color (four color CMYK) of #dc338c color hex is 0.00, 0.77, 0.36, 0.14. Web safe color of #dc338c is #cc3399. Color #dc338c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110011 10001100
Octal 334 63 214
Decimal 220 51 140
Hex DC 33 8C

RGB Percentages of Color #dc338c

%53.53
%12.41
%34.06

CMYK Percentages of Color #dc338c

%0
%77
%36
%14

Triadic Colors of #dc338c

#dc338c #8cdc33 #338cdc

Analogous Colors of #dc338c

#dc338c #dc3337 #d833dc

Monochromatic Colors of #dc338c

#dc338c

Complementary Color

#dc338c #33dc83

#dc338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc338c Color CSS Codes

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

#dc338c Text Font Color

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

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


#dc338c Background Color

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

This div background color is #dc338c


#dc338c Border Color

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

This div border color is #dc338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc338c


Comments

No comments written yet.

Please login to write comment.