Color Hex Logo

#dc58dd Color Hex

#DC58DD
(220,88,221)
0 Favorites   0 Comments

Color spaces of #dc58dd

RGB 22088221
HSL0.830.660.61
HSV300°60°87°
CMYK 0.000.600.00   0.13
XYZ46.056127.415571.2709
Yxy27.41550.31820.1894
Hunter Lab52.359865.3803-44.0522
CIE-Lab59.357067.9084-43.7266

#dc58dd color RGB value is (220,88,221).

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

The process color (four color CMYK) of #dc58dd color hex is 0.00, 0.60, 0.00, 0.13. Web safe color of #dc58dd is #cc66cc. Color #dc58dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 11011101
Octal 334 130 335
Decimal 220 88 221
Hex DC 58 DD

RGB Percentages of Color #dc58dd

%41.59
%16.64
%41.78

CMYK Percentages of Color #dc58dd

%0
%60
%0
%13

Triadic Colors of #dc58dd

#dc58dd #dddc58 #58dddc

Analogous Colors of #dc58dd

#dc58dd #dd589c #9a58dd

Monochromatic Colors of #dc58dd

#dc58dd

Complementary Color

#dc58dd #59dd58

#dc58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58dd Color CSS Codes

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

#dc58dd Text Font Color

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

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


#dc58dd Background Color

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

This div background color is #dc58dd


#dc58dd Border Color

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

This div border color is #dc58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58dd


Comments

No comments written yet.

Please login to write comment.