Color Hex Logo

#c532fc Color Hex

#C532FC
(197,50,252)
0 Favorites   0 Comments

Color spaces of #c532fc

RGB 19750252
HSL0.790.970.59
HSV284°80°99°
CMYK 0.220.800.00   0.01
XYZ41.737221.179893.9838
Yxy21.17980.26600.1350
Hunter Lab46.021581.3451-88.8652
CIE-Lab53.145782.0002-71.2099

#c532fc color RGB value is (197,50,252).

#c532fc hex color red value is 197, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c532fc hue: 0.79 , saturation: 0.97 and the lightness value of c532fc is 0.59.

The process color (four color CMYK) of #c532fc color hex is 0.22, 0.80, 0.00, 0.01. Web safe color of #c532fc is #cc33ff. Color #c532fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 11111100
Octal 305 62 374
Decimal 197 50 252
Hex C5 32 FC

RGB Percentages of Color #c532fc

%39.48
%10.02
%50.50

CMYK Percentages of Color #c532fc

%22
%80
%0
%1

Triadic Colors of #c532fc

#c532fc #fcc532 #32fcc5

Analogous Colors of #c532fc

#c532fc #fc32ce #6032fc

Monochromatic Colors of #c532fc

#c532fc

Complementary Color

#c532fc #69fc32

#c532fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c532fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c532fc Color CSS Codes

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

#c532fc Text Font Color

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

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


#c532fc Background Color

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

This div background color is #c532fc


#c532fc Border Color

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

This div border color is #c532fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,50,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c532fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c532fc;
  -webkit-box-shadow: 1px 1px 3px 2px #c532fc;
  box-shadow:         1px 1px 3px 2px #c532fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,50,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c532fc


Comments

No comments written yet.

Please login to write comment.