Color Hex Logo

#dc508c Color Hex

#DC508C
(220,80,140)
0 Favorites   0 Comments

Color spaces of #dc508c

RGB 22080140
HSL0.930.670.59
HSV334°64°86°
CMYK 0.000.640.36   0.14
XYZ37.117522.846427.2644
Yxy22.84640.42550.2619
Hunter Lab47.797954.9680-0.3611
CIE-Lab54.913859.8058-3.7943

#dc508c color RGB value is (220,80,140).

#dc508c hex color red value is 220, green value is 80 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc508c hue: 0.93 , saturation: 0.67 and the lightness value of dc508c is 0.59.

The process color (four color CMYK) of #dc508c color hex is 0.00, 0.64, 0.36, 0.14. Web safe color of #dc508c is #cc6699. Color #dc508c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010000 10001100
Octal 334 120 214
Decimal 220 80 140
Hex DC 50 8C

RGB Percentages of Color #dc508c

%50.00
%18.18
%31.82

CMYK Percentages of Color #dc508c

%0
%64
%36
%14

Triadic Colors of #dc508c

#dc508c #8cdc50 #508cdc

Analogous Colors of #dc508c

#dc508c #dc5a50 #dc50d2

Monochromatic Colors of #dc508c

#dc508c

Complementary Color

#dc508c #50dca0

#dc508c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc508c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc508c Color CSS Codes

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

#dc508c Text Font Color

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

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


#dc508c Background Color

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

This div background color is #dc508c


#dc508c Border Color

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

This div border color is #dc508c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc508c


Comments

No comments written yet.

Please login to write comment.