Color Hex Logo

#c501eb Color Hex

#C501EB
(197,1,235)
0 Favorites   0 Comments

Color spaces of #c501eb

RGB 1971235
HSL0.810.990.46
HSV290°100°92°
CMYK 0.161.000.00   0.08
XYZ38.032217.890280.0459
Yxy17.89020.27970.1316
Hunter Lab42.296886.4832-82.5974
CIE-Lab49.362786.7108-67.8109

#c501eb color RGB value is (197,1,235).

#c501eb hex color red value is 197, green value is 1 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c501eb hue: 0.81 , saturation: 0.99 and the lightness value of c501eb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000001 11101011
Octal 305 1 353
Decimal 197 1 235
Hex C5 1 EB

RGB Percentages of Color #c501eb

%45.50
%0.23
%54.27

CMYK Percentages of Color #c501eb

%16
%100
%0
%8

Triadic Colors of #c501eb

#c501eb #ebc501 #01ebc5

Analogous Colors of #c501eb

#c501eb #eb019c #5001eb

Monochromatic Colors of #c501eb

#c501eb

Complementary Color

#c501eb #27eb01

#c501eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c501eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c501eb Color CSS Codes

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

#c501eb Text Font Color

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

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


#c501eb Background Color

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

This div background color is #c501eb


#c501eb Border Color

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

This div border color is #c501eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c501eb


Comments

No comments written yet.

Please login to write comment.