Color Hex Logo

#c332de Color Hex

#C332DE
(195,50,222)
0 Favorites   0 Comments

Color spaces of #c332de

RGB 19550222
HSL0.810.720.53
HSV291°77°87°
CMYK 0.120.770.00   0.13
XYZ36.831119.157270.8637
Yxy19.15720.29030.1510
Hunter Lab43.768973.6102-65.3547
CIE-Lab50.870676.2908-58.0269

#c332de color RGB value is (195,50,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 11011110
Octal 303 62 336
Decimal 195 50 222
Hex C3 32 DE

RGB Percentages of Color #c332de

%41.76
%10.71
%47.54

CMYK Percentages of Color #c332de

%12
%77
%0
%13

Triadic Colors of #c332de

#c332de #dec332 #32dec3

Analogous Colors of #c332de

#c332de #de32a3 #6d32de

Monochromatic Colors of #c332de

#c332de

Complementary Color

#c332de #4dde32

#c332de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332de Color CSS Codes

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

#c332de Text Font Color

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

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


#c332de Background Color

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

This div background color is #c332de


#c332de Border Color

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

This div border color is #c332de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332de


Comments

No comments written yet.

Please login to write comment.