Color Hex Logo

#c514eb Color Hex

#C514EB
(197,20,235)
0 Favorites   0 Comments

Color spaces of #c514eb

RGB 19720235
HSL0.800.840.50
HSV289°91°92°
CMYK 0.160.910.00   0.08
XYZ38.271518.368880.1257
Yxy18.36880.27980.1343
Hunter Lab42.858884.3915-80.8430
CIE-Lab49.940484.9917-66.8748

#c514eb color RGB value is (197,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010100 11101011
Octal 305 24 353
Decimal 197 20 235
Hex C5 14 EB

RGB Percentages of Color #c514eb

%43.58
%4.42
%51.99

CMYK Percentages of Color #c514eb

%16
%91
%0
%8

Triadic Colors of #c514eb

#c514eb #ebc514 #14ebc5

Analogous Colors of #c514eb

#c514eb #eb14a6 #5914eb

Monochromatic Colors of #c514eb

#c514eb

Complementary Color

#c514eb #3aeb14

#c514eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c514eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c514eb Color CSS Codes

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

#c514eb Text Font Color

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

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


#c514eb Background Color

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

This div background color is #c514eb


#c514eb Border Color

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

This div border color is #c514eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,20,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c514eb


Comments

No comments written yet.

Please login to write comment.