Color Hex Logo

#c32adf Color Hex

#C32ADF
(195,42,223)
0 Favorites   0 Comments

Color spaces of #c32adf

RGB 19542223
HSL0.810.740.52
HSV291°81°87°
CMYK 0.130.810.00   0.13
XYZ36.652918.585771.4676
Yxy18.58570.28930.1467
Hunter Lab43.111176.3154-68.1104
CIE-Lab50.198978.5972-59.6759

#c32adf color RGB value is (195,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11011111
Octal 303 52 337
Decimal 195 42 223
Hex C3 2A DF

RGB Percentages of Color #c32adf

%42.39
%9.13
%48.48

CMYK Percentages of Color #c32adf

%13
%81
%0
%13

Triadic Colors of #c32adf

#c32adf #dfc32a #2adfc3

Analogous Colors of #c32adf

#c32adf #df2aa1 #692adf

Monochromatic Colors of #c32adf

#c32adf

Complementary Color

#c32adf #46df2a

#c32adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32adf Color CSS Codes

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

#c32adf Text Font Color

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

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


#c32adf Background Color

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

This div background color is #c32adf


#c32adf Border Color

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

This div border color is #c32adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32adf


Comments

No comments written yet.

Please login to write comment.