Color Hex Logo

#c32ada Color Hex

#C32ADA
(195,42,218)
0 Favorites   0 Comments

Color spaces of #c32ada

RGB 19542218
HSL0.810.700.51
HSV292°81°85°
CMYK 0.110.810.00   0.15
XYZ35.988518.320067.9690
Yxy18.32000.29430.1498
Hunter Lab42.801975.1824-64.1907
CIE-Lab49.882077.7510-57.3386

#c32ada color RGB value is (195,42,218).

#c32ada hex color red value is 195, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c32ada hue: 0.81 , saturation: 0.70 and the lightness value of c32ada is 0.51.

The process color (four color CMYK) of #c32ada color hex is 0.11, 0.81, 0.00, 0.15. Web safe color of #c32ada is #cc33cc. Color #c32ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11011010
Octal 303 52 332
Decimal 195 42 218
Hex C3 2A DA

RGB Percentages of Color #c32ada

%42.86
%9.23
%47.91

CMYK Percentages of Color #c32ada

%11
%81
%0
%15

Triadic Colors of #c32ada

#c32ada #dac32a #2adac3

Analogous Colors of #c32ada

#c32ada #da2a99 #6b2ada

Monochromatic Colors of #c32ada

#c32ada

Complementary Color

#c32ada #41da2a

#c32ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ada Color CSS Codes

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

#c32ada Text Font Color

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

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


#c32ada Background Color

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

This div background color is #c32ada


#c32ada Border Color

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

This div border color is #c32ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ada


Comments

No comments written yet.

Please login to write comment.