Color Hex Logo

#c932ce Color Hex

#C932CE
(201,50,206)
0 Favorites   0 Comments

Color spaces of #c932ce

RGB 20150206
HSL0.830.610.50
HSV298°76°81°
CMYK 0.020.760.00   0.19
XYZ36.368619.154960.1730
Yxy19.15490.31430.1656
Hunter Lab43.766371.7375-50.8796
CIE-Lab50.867974.7701-48.8364

#c932ce color RGB value is (201,50,206).

#c932ce hex color red value is 201, green value is 50 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c932ce hue: 0.83 , saturation: 0.61 and the lightness value of c932ce is 0.50.

The process color (four color CMYK) of #c932ce color hex is 0.02, 0.76, 0.00, 0.19. Web safe color of #c932ce is #cc33cc. Color #c932ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 11001110
Octal 311 62 316
Decimal 201 50 206
Hex C9 32 CE

RGB Percentages of Color #c932ce

%43.98
%10.94
%45.08

CMYK Percentages of Color #c932ce

%2
%76
%0
%19

Triadic Colors of #c932ce

#c932ce #cec932 #32cec9

Analogous Colors of #c932ce

#c932ce #ce3285 #7b32ce

Monochromatic Colors of #c932ce

#c932ce

Complementary Color

#c932ce #37ce32

#c932ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c932ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c932ce Color CSS Codes

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

#c932ce Text Font Color

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

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


#c932ce Background Color

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

This div background color is #c932ce


#c932ce Border Color

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

This div border color is #c932ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c932ce


Comments

No comments written yet.

Please login to write comment.