Color Hex Logo

#c232cc Color Hex

#C232CC
(194,50,204)
0 Favorites   0 Comments

Color spaces of #c232cc

RGB 19450204
HSL0.820.610.50
HSV296°75°80°
CMYK 0.050.750.00   0.20
XYZ34.287818.110258.8152
Yxy18.11020.30830.1628
Hunter Lab42.556169.3458-52.1533
CIE-Lab49.629573.0490-49.7277

#c232cc color RGB value is (194,50,204).

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

The process color (four color CMYK) of #c232cc color hex is 0.05, 0.75, 0.00, 0.20. Web safe color of #c232cc is #cc33cc. Color #c232cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110010 11001100
Octal 302 62 314
Decimal 194 50 204
Hex C2 32 CC

RGB Percentages of Color #c232cc

%43.30
%11.16
%45.54

CMYK Percentages of Color #c232cc

%5
%75
%0
%20

Triadic Colors of #c232cc

#c232cc #ccc232 #32ccc2

Analogous Colors of #c232cc

#c232cc #cc3289 #7532cc

Monochromatic Colors of #c232cc

#c232cc

Complementary Color

#c232cc #3ccc32

#c232cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c232cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c232cc Color CSS Codes

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

#c232cc Text Font Color

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

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


#c232cc Background Color

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

This div background color is #c232cc


#c232cc Border Color

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

This div border color is #c232cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c232cc


Comments

No comments written yet.

Please login to write comment.