Color Hex Logo

#c516ea Color Hex

#C516EA
(197,22,234)
0 Favorites   0 Comments

Color spaces of #c516ea

RGB 19722234
HSL0.800.830.50
HSV290°91°92°
CMYK 0.160.910.00   0.08
XYZ38.164118.384679.3790
Yxy18.38460.28080.1353
Hunter Lab42.877383.8437-79.7499
CIE-Lab49.959384.5645-66.2796

#c516ea color RGB value is (197,22,234).

#c516ea hex color red value is 197, green value is 22 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c516ea hue: 0.80 , saturation: 0.83 and the lightness value of c516ea is 0.50.

The process color (four color CMYK) of #c516ea color hex is 0.16, 0.91, 0.00, 0.08. Web safe color of #c516ea is #cc00ff. Color #c516ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 11101010
Octal 305 26 352
Decimal 197 22 234
Hex C5 16 EA

RGB Percentages of Color #c516ea

%43.49
%4.86
%51.66

CMYK Percentages of Color #c516ea

%16
%91
%0
%8

Triadic Colors of #c516ea

#c516ea #eac516 #16eac5

Analogous Colors of #c516ea

#c516ea #ea16a5 #5b16ea

Monochromatic Colors of #c516ea

#c516ea

Complementary Color

#c516ea #3bea16

#c516ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c516ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c516ea Color CSS Codes

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

#c516ea Text Font Color

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

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


#c516ea Background Color

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

This div background color is #c516ea


#c516ea Border Color

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

This div border color is #c516ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c516ea


Comments

No comments written yet.

Please login to write comment.