Color Hex Logo

#c450ea Color Hex

#C450EA
(196,80,234)
0 Favorites   0 Comments

Color spaces of #c450ea

RGB 19680234
HSL0.790.790.62
HSV285°66°92°
CMYK 0.160.660.00   0.08
XYZ40.484923.413680.2274
Yxy23.41360.28090.1625
Hunter Lab48.387664.6689-64.4324
CIE-Lab55.495868.0307-57.3728

#c450ea color RGB value is (196,80,234).

#c450ea hex color red value is 196, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c450ea hue: 0.79 , saturation: 0.79 and the lightness value of c450ea is 0.62.

The process color (four color CMYK) of #c450ea color hex is 0.16, 0.66, 0.00, 0.08. Web safe color of #c450ea is #cc66ff. Color #c450ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010000 11101010
Octal 304 120 352
Decimal 196 80 234
Hex C4 50 EA

RGB Percentages of Color #c450ea

%38.43
%15.69
%45.88

CMYK Percentages of Color #c450ea

%16
%66
%0
%8

Triadic Colors of #c450ea

#c450ea #eac450 #50eac4

Analogous Colors of #c450ea

#c450ea #ea50c3 #7750ea

Monochromatic Colors of #c450ea

#c450ea

Complementary Color

#c450ea #76ea50

#c450ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c450ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c450ea Color CSS Codes

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

#c450ea Text Font Color

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

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


#c450ea Background Color

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

This div background color is #c450ea


#c450ea Border Color

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

This div border color is #c450ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c450ea


Comments

No comments written yet.

Please login to write comment.