Color Hex Logo

#d954dd Color Hex

#D954DD
(217,84,221)
0 Favorites   0 Comments

Color spaces of #d954dd

RGB 21784221
HSL0.830.670.60
HSV298°62°87°
CMYK 0.020.620.00   0.13
XYZ44.836726.312871.1223
Yxy26.31280.31510.1849
Hunter Lab51.296066.2549-46.2988
CIE-Lab58.332868.8260-45.3716

#d954dd color RGB value is (217,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010100 11011101
Octal 331 124 335
Decimal 217 84 221
Hex D9 54 DD

RGB Percentages of Color #d954dd

%41.57
%16.09
%42.34

CMYK Percentages of Color #d954dd

%2
%62
%0
%13

Triadic Colors of #d954dd

#d954dd #ddd954 #54ddd9

Analogous Colors of #d954dd

#d954dd #dd549d #9554dd

Monochromatic Colors of #d954dd

#d954dd

Complementary Color

#d954dd #58dd54

#d954dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d954dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d954dd Color CSS Codes

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

#d954dd Text Font Color

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

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


#d954dd Background Color

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

This div background color is #d954dd


#d954dd Border Color

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

This div border color is #d954dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d954dd


Comments

No comments written yet.

Please login to write comment.