Color Hex Logo

#dc5bdd Color Hex

#DC5BDD
(220,91,221)
0 Favorites   0 Comments

Color spaces of #dc5bdd

RGB 22091221
HSL0.830.660.61
HSV300°59°87°
CMYK 0.000.590.00   0.13
XYZ46.307427.918371.3547
Yxy27.91830.31810.1918
Hunter Lab52.837863.9726-43.0817
CIE-Lab59.814966.6477-43.0051

#dc5bdd color RGB value is (220,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011011 11011101
Octal 334 133 335
Decimal 220 91 221
Hex DC 5B DD

RGB Percentages of Color #dc5bdd

%41.35
%17.11
%41.54

CMYK Percentages of Color #dc5bdd

%0
%59
%0
%13

Triadic Colors of #dc5bdd

#dc5bdd #dddc5b #5bdddc

Analogous Colors of #dc5bdd

#dc5bdd #dd5b9d #9b5bdd

Monochromatic Colors of #dc5bdd

#dc5bdd

Complementary Color

#dc5bdd #5cdd5b

#dc5bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5bdd Color CSS Codes

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

#dc5bdd Text Font Color

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

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


#dc5bdd Background Color

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

This div background color is #dc5bdd


#dc5bdd Border Color

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

This div border color is #dc5bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5bdd


Comments

No comments written yet.

Please login to write comment.