Color Hex Logo

#c932de Color Hex

#C932DE
(201,50,222)
0 Favorites   0 Comments

Color spaces of #c932de

RGB 20150222
HSL0.810.720.53
HSV293°77°87°
CMYK 0.090.770.00   0.13
XYZ38.412819.972670.9378
Yxy19.97260.29700.1544
Hunter Lab44.690775.2165-62.8278
CIE-Lab51.806277.4032-56.4741

#c932de color RGB value is (201,50,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 11011110
Octal 311 62 336
Decimal 201 50 222
Hex C9 32 DE

RGB Percentages of Color #c932de

%42.49
%10.57
%46.93

CMYK Percentages of Color #c932de

%9
%77
%0
%13

Triadic Colors of #c932de

#c932de #dec932 #32dec9

Analogous Colors of #c932de

#c932de #de329d #7332de

Monochromatic Colors of #c932de

#c932de

Complementary Color

#c932de #47de32

#c932de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c932de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c932de Color CSS Codes

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

#c932de Text Font Color

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

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


#c932de Background Color

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

This div background color is #c932de


#c932de Border Color

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

This div border color is #c932de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c932de


Comments

No comments written yet.

Please login to write comment.