color codes Logo

#d929dc color codes

#D929DC
(217,41,220)
0 Favorites   0 Comments

Color spaces of #d929dc

RGB 21741220
HSL0.830.720.51
HSV299°81°86°
CMYK 0.010.810.00   0.14
XYZ42.326521.504969.6302
Yxy21.50490.31710.1611
Hunter Lab46.373481.7694-56.5633
CIE-Lab53.497782.2633-52.4859

#d929dc color RGB value is (217,41,220).

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

The process color (four color CMYK) of #d929dc color code is 0.01, 0.81, 0.00, 0.14. Web safe color of #d929dc is #cc33cc. Color #d929dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101001 11011100
Octal 331 51 334
Decimal 217 41 220
Hex D9 29 DC

RGB Percentages of Color #d929dc

%45.40
%8.58
%46.03

CMYK Percentages of Color #d929dc

%1
%81
%0
%14

Triadic Colors of #d929dc

#d929dc #dcd929 #29dcd9

Analogous Colors of #d929dc

#d929dc #dc2986 #8029dc

Monochromatic Colors of #d929dc

#d929dc

Complementary Color

#d929dc #2cdc29

#d929dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d929dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d929dc Color CSS Codes

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

#d929dc Text Font Color

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

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


#d929dc Background Color

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

This div background color is #d929dc


#d929dc Border Color

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

This div border color is #d929dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,41,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d929dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d929dc


Comments

No comments written yet.

Please login to write comment.