Color Hex Logo

#c32afd Color Hex

#C32AFD
(195,42,253)
0 Favorites   0 Comments

Color spaces of #c32afd

RGB 19542253
HSL0.790.980.58
HSV284°83°99°
CMYK 0.230.830.00   0.01
XYZ41.063320.349994.6922
Yxy20.34990.26300.1304
Hunter Lab45.110983.5401-92.8780
CIE-Lab52.230583.8884-73.2650

#c32afd color RGB value is (195,42,253).

#c32afd hex color red value is 195, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c32afd hue: 0.79 , saturation: 0.98 and the lightness value of c32afd is 0.58.

The process color (four color CMYK) of #c32afd color hex is 0.23, 0.83, 0.00, 0.01. Web safe color of #c32afd is #cc33ff. Color #c32afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11111101
Octal 303 52 375
Decimal 195 42 253
Hex C3 2A FD

RGB Percentages of Color #c32afd

%39.80
%8.57
%51.63

CMYK Percentages of Color #c32afd

%23
%83
%0
%1

Triadic Colors of #c32afd

#c32afd #fdc32a #2afdc3

Analogous Colors of #c32afd

#c32afd #fd2ace #592afd

Monochromatic Colors of #c32afd

#c32afd

Complementary Color

#c32afd #64fd2a

#c32afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32afd Color CSS Codes

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

#c32afd Text Font Color

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

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


#c32afd Background Color

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

This div background color is #c32afd


#c32afd Border Color

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

This div border color is #c32afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32afd

Related Colors


Comments

No comments written yet.

Please login to write comment.