Color Hex Logo

#c032cb Color Hex

#C032CB
(192,50,203)
0 Favorites   0 Comments

Color spaces of #c032cb

RGB 19250203
HSL0.820.600.50
HSV296°75°80°
CMYK 0.050.750.00   0.20
XYZ33.658317.799558.1616
Yxy17.79950.30700.1624
Hunter Lab42.189568.5739-52.2035
CIE-Lab49.252072.4844-49.7729

#c032cb color RGB value is (192,50,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110010 11001011
Octal 300 62 313
Decimal 192 50 203
Hex C0 32 CB

RGB Percentages of Color #c032cb

%43.15
%11.24
%45.62

CMYK Percentages of Color #c032cb

%5
%75
%0
%20

Triadic Colors of #c032cb

#c032cb #cbc032 #32cbc0

Analogous Colors of #c032cb

#c032cb #cb328a #7432cb

Monochromatic Colors of #c032cb

#c032cb

Complementary Color

#c032cb #3dcb32

#c032cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c032cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c032cb Color CSS Codes

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

#c032cb Text Font Color

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

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


#c032cb Background Color

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

This div background color is #c032cb


#c032cb Border Color

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

This div border color is #c032cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c032cb


Comments

No comments written yet.

Please login to write comment.