Color Hex Logo

#c508ff Color Hex

#C508FF
(197,8,255)
0 Favorites   0 Comments

Color spaces of #c508ff

RGB 1978255
HSL0.791.000.52
HSV286°97°100°
CMYK 0.230.970.00   0.00
XYZ41.162819.264096.1565
Yxy19.26400.26290.1230
Hunter Lab43.890890.5967-99.1698
CIE-Lab50.994789.5205-76.3748

#c508ff color RGB value is (197,8,255).

#c508ff hex color red value is 197, green value is 8 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c508ff hue: 0.79 , saturation: 1.00 and the lightness value of c508ff is 0.52.

The process color (four color CMYK) of #c508ff color hex is 0.23, 0.97, 0.00, 0.00. Web safe color of #c508ff is #cc00ff. Color #c508ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 11111111
Octal 305 10 377
Decimal 197 8 255
Hex C5 8 FF

RGB Percentages of Color #c508ff

%42.83
%1.74
%55.43

CMYK Percentages of Color #c508ff

%23
%97
%0
%0

Triadic Colors of #c508ff

#c508ff #ffc508 #08ffc5

Analogous Colors of #c508ff

#c508ff #ff08be #4a08ff

Monochromatic Colors of #c508ff

#c508ff

Complementary Color

#c508ff #42ff08

#c508ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c508ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c508ff Color CSS Codes

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

#c508ff Text Font Color

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

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


#c508ff Background Color

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

This div background color is #c508ff


#c508ff Border Color

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

This div border color is #c508ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c508ff


Comments

No comments written yet.

Please login to write comment.