Color Hex Logo

#c451fa Color Hex

#C451FA
(196,81,250)
0 Favorites   0 Comments

Color spaces of #c451fa

RGB 19681250
HSL0.780.940.65
HSV281°68°98°
CMYK 0.220.680.00   0.02
XYZ42.962724.522792.9115
Yxy24.52270.26790.1529
Hunter Lab49.520468.2016-76.5772
CIE-Lab56.607470.7630-64.5145

#c451fa color RGB value is (196,81,250).

#c451fa hex color red value is 196, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c451fa hue: 0.78 , saturation: 0.94 and the lightness value of c451fa is 0.65.

The process color (four color CMYK) of #c451fa color hex is 0.22, 0.68, 0.00, 0.02. Web safe color of #c451fa is #cc66ff. Color #c451fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 11111010
Octal 304 121 372
Decimal 196 81 250
Hex C4 51 FA

RGB Percentages of Color #c451fa

%37.19
%15.37
%47.44

CMYK Percentages of Color #c451fa

%22
%68
%0
%2

Triadic Colors of #c451fa

#c451fa #fac451 #51fac4

Analogous Colors of #c451fa

#c451fa #fa51dc #7051fa

Monochromatic Colors of #c451fa

#c451fa

Complementary Color

#c451fa #87fa51

#c451fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c451fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c451fa Color CSS Codes

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

#c451fa Text Font Color

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

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


#c451fa Background Color

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

This div background color is #c451fa


#c451fa Border Color

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

This div border color is #c451fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,81,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c451fa


Comments

No comments written yet.

Please login to write comment.