Color Hex Logo

#d853dd Color Hex

#D853DD
(216,83,221)
0 Favorites   0 Comments

Color spaces of #d853dd

RGB 21683221
HSL0.830.670.60
HSV298°62°87°
CMYK 0.020.620.00   0.13
XYZ44.463326.005971.0828
Yxy26.00590.31410.1837
Hunter Lab50.996066.3909-46.9466
CIE-Lab58.042668.9931-45.8397

#d853dd color RGB value is (216,83,221).

#d853dd hex color red value is 216, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d853dd hue: 0.83 , saturation: 0.67 and the lightness value of d853dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010011 11011101
Octal 330 123 335
Decimal 216 83 221
Hex D8 53 DD

RGB Percentages of Color #d853dd

%41.54
%15.96
%42.50

CMYK Percentages of Color #d853dd

%2
%62
%0
%13

Triadic Colors of #d853dd

#d853dd #ddd853 #53ddd8

Analogous Colors of #d853dd

#d853dd #dd539d #9353dd

Monochromatic Colors of #d853dd

#d853dd

Complementary Color

#d853dd #58dd53

#d853dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d853dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d853dd Color CSS Codes

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

#d853dd Text Font Color

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

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


#d853dd Background Color

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

This div background color is #d853dd


#d853dd Border Color

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

This div border color is #d853dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d853dd


Comments

No comments written yet.

Please login to write comment.