Color Hex Logo

#c332ce Color Hex

#C332CE
(195,50,206)
0 Favorites   0 Comments

Color spaces of #c332ce

RGB 19550206
HSL0.820.610.50
HSV296°76°81°
CMYK 0.050.760.00   0.19
XYZ34.786918.339560.0989
Yxy18.33950.30720.1620
Hunter Lab42.824670.0543-53.2287
CIE-Lab49.905373.5788-50.4287

#c332ce color RGB value is (195,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 11001110
Octal 303 62 316
Decimal 195 50 206
Hex C3 32 CE

RGB Percentages of Color #c332ce

%43.24
%11.09
%45.68

CMYK Percentages of Color #c332ce

%5
%76
%0
%19

Triadic Colors of #c332ce

#c332ce #cec332 #32cec3

Analogous Colors of #c332ce

#c332ce #ce328b #7532ce

Monochromatic Colors of #c332ce

#c332ce

Complementary Color

#c332ce #3dce32

#c332ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332ce Color CSS Codes

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

#c332ce Text Font Color

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

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


#c332ce Background Color

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

This div background color is #c332ce


#c332ce Border Color

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

This div border color is #c332ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332ce


Comments

No comments written yet.

Please login to write comment.