Color Hex Logo

#dc91dd Color Hex

#DC91DD
(220,145,221)
0 Favorites   0 Comments

Color spaces of #dc91dd

RGB 220145221
HSL0.830.530.72
HSV299°34°87°
CMYK 0.000.340.00   0.13
XYZ52.691740.686973.4828
Yxy40.68690.31580.2438
Hunter Lab63.786335.8268-23.6526
CIE-Lab69.956040.2440-27.2305

#dc91dd color RGB value is (220,145,221).

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

The process color (four color CMYK) of #dc91dd color hex is 0.00, 0.34, 0.00, 0.13. Web safe color of #dc91dd is #cc99cc. Color #dc91dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010001 11011101
Octal 334 221 335
Decimal 220 145 221
Hex DC 91 DD

RGB Percentages of Color #dc91dd

%37.54
%24.74
%37.71

CMYK Percentages of Color #dc91dd

%0
%34
%0
%13

Triadic Colors of #dc91dd

#dc91dd #dddc91 #91dddc

Analogous Colors of #dc91dd

#dc91dd #dd91b8 #b691dd

Monochromatic Colors of #dc91dd

#dc91dd

Complementary Color

#dc91dd #92dd91

#dc91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc91dd Color CSS Codes

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

#dc91dd Text Font Color

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

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


#dc91dd Background Color

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

This div background color is #dc91dd


#dc91dd Border Color

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

This div border color is #dc91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc91dd


Comments

No comments written yet.

Please login to write comment.