Color Hex Logo

#d927dd Color Hex

#D927DD
(217,39,221)
0 Favorites   0 Comments

Color spaces of #d927dd

RGB 21739221
HSL0.830.730.51
HSV299°82°87°
CMYK 0.020.820.00   0.13
XYZ42.391921.423270.3074
Yxy21.42320.31610.1597
Hunter Lab46.285282.4863-57.6621
CIE-Lab53.409682.8396-53.1946

#d927dd color RGB value is (217,39,221).

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

The process color (four color CMYK) of #d927dd color hex is 0.02, 0.82, 0.00, 0.13. Web safe color of #d927dd is #cc33cc. Color #d927dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100111 11011101
Octal 331 47 335
Decimal 217 39 221
Hex D9 27 DD

RGB Percentages of Color #d927dd

%45.49
%8.18
%46.33

CMYK Percentages of Color #d927dd

%2
%82
%0
%13

Triadic Colors of #d927dd

#d927dd #ddd927 #27ddd9

Analogous Colors of #d927dd

#d927dd #dd2786 #7e27dd

Monochromatic Colors of #d927dd

#d927dd

Complementary Color

#d927dd #2bdd27

#d927dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d927dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d927dd Color CSS Codes

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

#d927dd Text Font Color

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

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


#d927dd Background Color

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

This div background color is #d927dd


#d927dd Border Color

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

This div border color is #d927dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d927dd


Comments

No comments written yet.

Please login to write comment.