color codes Logo

#dc58db color codes

#DC58DB
(220,88,219)
0 Favorites   0 Comments

Color spaces of #dc58db

RGB 22088219
HSL0.830.650.60
HSV300°60°86°
CMYK 0.000.600.00   0.14
XYZ45.791127.309669.8756
Yxy27.30960.32030.1910
Hunter Lab52.258664.9564-42.6964
CIE-Lab59.259867.5725-42.7534

#dc58db color RGB value is (220,88,219).

#dc58db hex color red value is 220, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dc58db hue: 0.83 , saturation: 0.65 and the lightness value of dc58db is 0.60.

The process color (four color CMYK) of #dc58db color code is 0.00, 0.60, 0.00, 0.14. Web safe color of #dc58db is #cc66cc. Color #dc58db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 11011011
Octal 334 130 333
Decimal 220 88 219
Hex DC 58 DB

RGB Percentages of Color #dc58db

%41.75
%16.70
%41.56

CMYK Percentages of Color #dc58db

%0
%60
%0
%14

Triadic Colors of #dc58db

#dc58db #dbdc58 #58dbdc

Analogous Colors of #dc58db

#dc58db #dc5899 #9b58dc

Monochromatic Colors of #dc58db

#dc58db

Complementary Color

#dc58db #58dc59

#dc58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58db Color CSS Codes

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

#dc58db Text Font Color

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

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


#dc58db Background Color

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

This div background color is #dc58db


#dc58db Border Color

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

This div border color is #dc58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58db


Comments

No comments written yet.

Please login to write comment.