Color Hex Logo

#c450fe Color Hex

#C450FE
(196,80,254)
0 Favorites   0 Comments

Color spaces of #c450fe

RGB 19680254
HSL0.780.990.65
HSV280°69°100°
CMYK 0.230.690.00   0.00
XYZ43.523024.628896.2259
Yxy24.62880.26480.1498
Hunter Lab49.627469.6957-80.2221
CIE-Lab56.711971.9732-66.5636

#c450fe color RGB value is (196,80,254).

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

The process color (four color CMYK) of #c450fe color hex is 0.23, 0.69, 0.00, 0.00. Web safe color of #c450fe is #cc66ff. Color #c450fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010000 11111110
Octal 304 120 376
Decimal 196 80 254
Hex C4 50 FE

RGB Percentages of Color #c450fe

%36.98
%15.09
%47.92

CMYK Percentages of Color #c450fe

%23
%69
%0
%0

Triadic Colors of #c450fe

#c450fe #fec450 #50fec4

Analogous Colors of #c450fe

#c450fe #fe50e1 #6d50fe

Monochromatic Colors of #c450fe

#c450fe

Complementary Color

#c450fe #8afe50

#c450fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c450fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c450fe Color CSS Codes

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

#c450fe Text Font Color

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

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


#c450fe Background Color

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

This div background color is #c450fe


#c450fe Border Color

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

This div border color is #c450fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c450fe


Comments

No comments written yet.

Please login to write comment.