Color Hex Logo

#c450fa Color Hex

#C450FA
(196,80,250)
0 Favorites   0 Comments

Color spaces of #c450fa

RGB 19680250
HSL0.780.940.65
HSV281°68°98°
CMYK 0.220.680.00   0.02
XYZ42.888924.375292.8869
Yxy24.37520.26780.1522
Hunter Lab49.371268.6636-76.9881
CIE-Lab56.461571.1719-64.7492

#c450fa color RGB value is (196,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010000 11111010
Octal 304 120 372
Decimal 196 80 250
Hex C4 50 FA

RGB Percentages of Color #c450fa

%37.26
%15.21
%47.53

CMYK Percentages of Color #c450fa

%22
%68
%0
%2

Triadic Colors of #c450fa

#c450fa #fac450 #50fac4

Analogous Colors of #c450fa

#c450fa #fa50db #6f50fa

Monochromatic Colors of #c450fa

#c450fa

Complementary Color

#c450fa #86fa50

#c450fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c450fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c450fa Color CSS Codes

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

#c450fa Text Font Color

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

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


#c450fa Background Color

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

This div background color is #c450fa


#c450fa Border Color

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

This div border color is #c450fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c450fa


Comments

No comments written yet.

Please login to write comment.