Color Hex Logo

#c32aeb Color Hex

#C32AEB
(195,42,235)
0 Favorites   0 Comments

Color spaces of #c32aeb

RGB 19542235
HSL0.800.830.54
HSV288°82°92°
CMYK 0.170.820.00   0.08
XYZ38.329019.256280.2939
Yxy19.25620.27800.1397
Hunter Lab43.881979.1190-77.7699
CIE-Lab50.985680.6713-65.1990

#c32aeb color RGB value is (195,42,235).

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

The process color (four color CMYK) of #c32aeb color hex is 0.17, 0.82, 0.00, 0.08. Web safe color of #c32aeb is #cc33ff. Color #c32aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11101011
Octal 303 52 353
Decimal 195 42 235
Hex C3 2A EB

RGB Percentages of Color #c32aeb

%41.31
%8.90
%49.79

CMYK Percentages of Color #c32aeb

%17
%82
%0
%8

Triadic Colors of #c32aeb

#c32aeb #ebc32a #2aebc3

Analogous Colors of #c32aeb

#c32aeb #eb2ab3 #622aeb

Monochromatic Colors of #c32aeb

#c32aeb

Complementary Color

#c32aeb #52eb2a

#c32aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32aeb Color CSS Codes

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

#c32aeb Text Font Color

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

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


#c32aeb Background Color

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

This div background color is #c32aeb


#c32aeb Border Color

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

This div border color is #c32aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,42,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32aeb


Comments

No comments written yet.

Please login to write comment.