Color Hex Logo

#d929cc Color Hex

#D929CC
(217,41,204)
0 Favorites   0 Comments

Color spaces of #d929cc

RGB 21741204
HSL0.850.700.51
HSV304°81°85°
CMYK 0.000.810.06   0.15
XYZ40.307320.697258.9973
Yxy20.69720.33590.1725
Hunter Lab45.494278.5341-45.0419
CIE-Lab52.616579.8907-44.7457

#d929cc color RGB value is (217,41,204).

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

The process color (four color CMYK) of #d929cc color hex is 0.00, 0.81, 0.06, 0.15. Web safe color of #d929cc is #cc33cc. Color #d929cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101001 11001100
Octal 331 51 314
Decimal 217 41 204
Hex D9 29 CC

RGB Percentages of Color #d929cc

%46.97
%8.87
%44.16

CMYK Percentages of Color #d929cc

%0
%81
%6
%15

Triadic Colors of #d929cc

#d929cc #ccd929 #29ccd9

Analogous Colors of #d929cc

#d929cc #d92974 #8e29d9

Monochromatic Colors of #d929cc

#d929cc

Complementary Color

#d929cc #29d936

#d929cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d929cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d929cc Color CSS Codes

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

#d929cc Text Font Color

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

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


#d929cc Background Color

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

This div background color is #d929cc


#d929cc Border Color

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

This div border color is #d929cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d929cc


Comments

No comments written yet.

Please login to write comment.