Color Hex Logo

#c32fcb Color Hex

#C32FCB
(195,47,203)
0 Favorites   0 Comments

Color spaces of #c32fcb

RGB 19547203
HSL0.820.620.49
HSV297°77°80°
CMYK 0.040.770.00   0.20
XYZ34.301717.946958.1561
Yxy17.94690.31070.1626
Hunter Lab42.363870.3938-51.7374
CIE-Lab49.431673.9499-49.4581

#c32fcb color RGB value is (195,47,203).

#c32fcb hex color red value is 195, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c32fcb hue: 0.82 , saturation: 0.62 and the lightness value of c32fcb is 0.49.

The process color (four color CMYK) of #c32fcb color hex is 0.04, 0.77, 0.00, 0.20. Web safe color of #c32fcb is #cc33cc. Color #c32fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101111 11001011
Octal 303 57 313
Decimal 195 47 203
Hex C3 2F CB

RGB Percentages of Color #c32fcb

%43.82
%10.56
%45.62

CMYK Percentages of Color #c32fcb

%4
%77
%0
%20

Triadic Colors of #c32fcb

#c32fcb #cbc32f #2fcbc3

Analogous Colors of #c32fcb

#c32fcb #cb2f85 #752fcb

Monochromatic Colors of #c32fcb

#c32fcb

Complementary Color

#c32fcb #37cb2f

#c32fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32fcb Color CSS Codes

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

#c32fcb Text Font Color

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

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


#c32fcb Background Color

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

This div background color is #c32fcb


#c32fcb Border Color

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

This div border color is #c32fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32fcb


Comments

No comments written yet.

Please login to write comment.