Color Hex Logo

#c32acb Color Hex

#C32ACB
(195,42,203)
0 Favorites   0 Comments

Color spaces of #c32acb

RGB 19542203
HSL0.830.660.48
HSV297°79°80°
CMYK 0.040.790.00   0.20
XYZ34.113117.569858.0933
Yxy17.56980.31080.1601
Hunter Lab41.916371.9164-52.8306
CIE-Lab48.970175.2857-50.1954

#c32acb color RGB value is (195,42,203).

#c32acb hex color red value is 195, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c32acb hue: 0.83 , saturation: 0.66 and the lightness value of c32acb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11001011
Octal 303 52 313
Decimal 195 42 203
Hex C3 2A CB

RGB Percentages of Color #c32acb

%44.32
%9.55
%46.14

CMYK Percentages of Color #c32acb

%4
%79
%0
%20

Triadic Colors of #c32acb

#c32acb #cbc32a #2acbc3

Analogous Colors of #c32acb

#c32acb #cb2a83 #732acb

Monochromatic Colors of #c32acb

#c32acb

Complementary Color

#c32acb #32cb2a

#c32acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32acb Color CSS Codes

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

#c32acb Text Font Color

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

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


#c32acb Background Color

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

This div background color is #c32acb


#c32acb Border Color

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

This div border color is #c32acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32acb


Comments

No comments written yet.

Please login to write comment.