Color Hex Logo

#c421fc Color Hex

#C421FC
(196,33,252)
0 Favorites   0 Comments

Color spaces of #c421fc

RGB 19633252
HSL0.790.970.56
HSV285°87°99°
CMYK 0.220.870.00   0.01
XYZ40.879519.851893.7726
Yxy19.85180.26460.1285
Hunter Lab44.555485.8017-93.5948
CIE-Lab51.669285.7430-73.6128

#c421fc color RGB value is (196,33,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100001 11111100
Octal 304 41 374
Decimal 196 33 252
Hex C4 21 FC

RGB Percentages of Color #c421fc

%40.75
%6.86
%52.39

CMYK Percentages of Color #c421fc

%22
%87
%0
%1

Triadic Colors of #c421fc

#c421fc #fcc421 #21fcc4

Analogous Colors of #c421fc

#c421fc #fc21c7 #5721fc

Monochromatic Colors of #c421fc

#c421fc

Complementary Color

#c421fc #59fc21

#c421fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c421fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c421fc Color CSS Codes

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

#c421fc Text Font Color

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

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


#c421fc Background Color

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

This div background color is #c421fc


#c421fc Border Color

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

This div border color is #c421fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,33,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 #c421fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c421fc


Comments

No comments written yet.

Please login to write comment.