Color Hex Logo

#c929cd Color Hex

#C929CD
(201,41,205)
0 Favorites   0 Comments

Color spaces of #c929cd

RGB 20141205
HSL0.830.670.48
HSV299°80°80°
CMYK 0.020.800.00   0.20
XYZ35.899818.411259.4192
Yxy18.41120.31570.1619
Hunter Lab42.908374.2550-52.0688
CIE-Lab49.991176.9831-49.6599

#c929cd color RGB value is (201,41,205).

#c929cd hex color red value is 201, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c929cd hue: 0.83 , saturation: 0.67 and the lightness value of c929cd is 0.48.

The process color (four color CMYK) of #c929cd color hex is 0.02, 0.80, 0.00, 0.20. Web safe color of #c929cd is #cc33cc. Color #c929cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 11001101
Octal 311 51 315
Decimal 201 41 205
Hex C9 29 CD

RGB Percentages of Color #c929cd

%44.97
%9.17
%45.86

CMYK Percentages of Color #c929cd

%2
%80
%0
%20

Triadic Colors of #c929cd

#c929cd #cdc929 #29cdc9

Analogous Colors of #c929cd

#c929cd #cd297f #7729cd

Monochromatic Colors of #c929cd

#c929cd

Complementary Color

#c929cd #2dcd29

#c929cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c929cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c929cd Color CSS Codes

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

#c929cd Text Font Color

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

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


#c929cd Background Color

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

This div background color is #c929cd


#c929cd Border Color

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

This div border color is #c929cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c929cd


Comments

No comments written yet.

Please login to write comment.