color codes Logo

#dc058c color codes

#DC058C
(220,5,140)
0 Favorites   0 Comments

Color spaces of #dc058c

RGB 2205140
HSL0.900.960.44
HSV322°98°86°
CMYK 0.000.980.36   0.14
XYZ34.303117.217626.3263
Yxy17.21760.44060.2212
Hunter Lab41.494174.9510-8.5712
CIE-Lab48.533177.8280-13.3328

#dc058c color RGB value is (220,5,140).

#dc058c hex color red value is 220, green value is 5 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc058c hue: 0.90 , saturation: 0.96 and the lightness value of dc058c is 0.44.

The process color (four color CMYK) of #dc058c color code is 0.00, 0.98, 0.36, 0.14. Web safe color of #dc058c is #cc0099. Color #dc058c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000101 10001100
Octal 334 5 214
Decimal 220 5 140
Hex DC 5 8C

RGB Percentages of Color #dc058c

%60.27
%1.37
%38.36

CMYK Percentages of Color #dc058c

%0
%98
%36
%14

Triadic Colors of #dc058c

#dc058c #8cdc05 #058cdc

Analogous Colors of #dc058c

#dc058c #dc0520 #c105dc

Monochromatic Colors of #dc058c

#dc058c

Complementary Color

#dc058c #05dc55

#dc058c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc058c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc058c Color CSS Codes

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

#dc058c Text Font Color

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

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


#dc058c Background Color

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

This div background color is #dc058c


#dc058c Border Color

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

This div border color is #dc058c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc058c


Comments

No comments written yet.

Please login to write comment.