Color Hex Logo

#c500ff Color Hex

#C500FF
(197,0,255)
0 Favorites   0 Comments

Color spaces of #c500ff

RGB 1970255
HSL0.801.000.50
HSV286°100°100°
CMYK 0.231.000.00   0.00
XYZ41.076019.090396.1276
Yxy19.09030.26280.1221
Hunter Lab43.692491.3490-99.8590
CIE-Lab50.792790.1250-76.7038

#c500ff color RGB value is (197,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 11111111
Octal 305 0 377
Decimal 197 0 255
Hex C5 0 FF

RGB Percentages of Color #c500ff

%43.58
%0.00
%56.42

CMYK Percentages of Color #c500ff

%23
%100
%0
%0

Triadic Colors of #c500ff

#c500ff #ffc500 #00ffc5

Analogous Colors of #c500ff

#c500ff #ff00ba #4500ff

Monochromatic Colors of #c500ff

#c500ff

Complementary Color

#c500ff #3aff00

#c500ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c500ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c500ff Color CSS Codes

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

#c500ff Text Font Color

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

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


#c500ff Background Color

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

This div background color is #c500ff


#c500ff Border Color

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

This div border color is #c500ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c500ff

Related Colors


Comments

No comments written yet.

Please login to write comment.