color codes Logo

#dc309c color codes

#DC309C
(220,48,156)
0 Favorites   0 Comments

Color spaces of #dc309c

RGB 22048156
HSL0.900.710.53
HSV322°78°86°
CMYK 0.000.780.29   0.14
XYZ36.572919.729833.3331
Yxy19.72980.40800.2201
Hunter Lab44.418269.2406-13.4007
CIE-Lab51.530372.5934-18.3618

#dc309c color RGB value is (220,48,156).

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

The process color (four color CMYK) of #dc309c color code is 0.00, 0.78, 0.29, 0.14. Web safe color of #dc309c is #cc3399. Color #dc309c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 10011100
Octal 334 60 234
Decimal 220 48 156
Hex DC 30 9C

RGB Percentages of Color #dc309c

%51.89
%11.32
%36.79

CMYK Percentages of Color #dc309c

%0
%78
%29
%14

Triadic Colors of #dc309c

#dc309c #9cdc30 #309cdc

Analogous Colors of #dc309c

#dc309c #dc3046 #c630dc

Monochromatic Colors of #dc309c

#dc309c

Complementary Color

#dc309c #30dc70

#dc309c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc309c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc309c Color CSS Codes

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

#dc309c Text Font Color

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

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


#dc309c Background Color

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

This div background color is #dc309c


#dc309c Border Color

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

This div border color is #dc309c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc309c


Comments

No comments written yet.

Please login to write comment.