Color Hex Logo

#c500ef Color Hex

#C500EF
(197,0,239)
0 Favorites   0 Comments

Color spaces of #c500ef

RGB 1970239
HSL0.801.000.47
HSV289°100°94°
CMYK 0.181.000.00   0.06
XYZ38.605918.102383.1207
Yxy18.10230.27610.1295
Hunter Lab42.546887.5095-86.0480
CIE-Lab49.620087.4452-69.6496

#c500ef color RGB value is (197,0,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 11101111
Octal 305 0 357
Decimal 197 0 239
Hex C5 0 EF

RGB Percentages of Color #c500ef

%45.18
%0.00
%54.82

CMYK Percentages of Color #c500ef

%18
%100
%0
%6

Triadic Colors of #c500ef

#c500ef #efc500 #00efc5

Analogous Colors of #c500ef

#c500ef #ef00a2 #4d00ef

Monochromatic Colors of #c500ef

#c500ef

Complementary Color

#c500ef #2aef00

#c500ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c500ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c500ef Color CSS Codes

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

#c500ef Text Font Color

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

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


#c500ef Background Color

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

This div background color is #c500ef


#c500ef Border Color

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

This div border color is #c500ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c500ef


Comments

No comments written yet.

Please login to write comment.