Color Hex Logo

#c508ef Color Hex

#C508EF
(197,8,239)
0 Favorites   0 Comments

Color spaces of #c508ef

RGB 1978239
HSL0.800.940.48
HSV289°97°94°
CMYK 0.180.970.00   0.06
XYZ38.692818.276083.1496
Yxy18.27600.27610.1304
Hunter Lab42.750486.7445-85.3937
CIE-Lab49.829286.8210-69.3101

#c508ef color RGB value is (197,8,239).

#c508ef hex color red value is 197, green value is 8 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c508ef hue: 0.80 , saturation: 0.94 and the lightness value of c508ef is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 11101111
Octal 305 10 357
Decimal 197 8 239
Hex C5 8 EF

RGB Percentages of Color #c508ef

%44.37
%1.80
%53.83

CMYK Percentages of Color #c508ef

%18
%97
%0
%6

Triadic Colors of #c508ef

#c508ef #efc508 #08efc5

Analogous Colors of #c508ef

#c508ef #ef08a6 #5108ef

Monochromatic Colors of #c508ef

#c508ef

Complementary Color

#c508ef #32ef08

#c508ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c508ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c508ef Color CSS Codes

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

#c508ef Text Font Color

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

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


#c508ef Background Color

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

This div background color is #c508ef


#c508ef Border Color

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

This div border color is #c508ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c508ef


Comments

No comments written yet.

Please login to write comment.