Color Hex Logo

#c932dc Color Hex

#C932DC
(201,50,220)
0 Favorites   0 Comments

Color spaces of #c932dc

RGB 20150220
HSL0.810.710.53
HSV293°77°86°
CMYK 0.090.770.00   0.14
XYZ38.146319.866069.5341
Yxy19.86600.29910.1558
Hunter Lab44.571374.7693-61.2963
CIE-Lab51.685477.0672-55.5313

#c932dc color RGB value is (201,50,220).

#c932dc hex color red value is 201, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c932dc hue: 0.81 , saturation: 0.71 and the lightness value of c932dc is 0.53.

The process color (four color CMYK) of #c932dc color hex is 0.09, 0.77, 0.00, 0.14. Web safe color of #c932dc is #cc33cc. Color #c932dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 11011100
Octal 311 62 334
Decimal 201 50 220
Hex C9 32 DC

RGB Percentages of Color #c932dc

%42.68
%10.62
%46.71

CMYK Percentages of Color #c932dc

%9
%77
%0
%14

Triadic Colors of #c932dc

#c932dc #dcc932 #32dcc9

Analogous Colors of #c932dc

#c932dc #dc329a #7432dc

Monochromatic Colors of #c932dc

#c932dc

Complementary Color

#c932dc #45dc32

#c932dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c932dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c932dc Color CSS Codes

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

#c932dc Text Font Color

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

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


#c932dc Background Color

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

This div background color is #c932dc


#c932dc Border Color

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

This div border color is #c932dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c932dc


Comments

No comments written yet.

Please login to write comment.