Color Hex Logo

#c500ce Color Hex

#C500CE
(197,0,206)
0 Favorites   0 Comments

Color spaces of #c500ce

RGB 1970206
HSL0.831.000.40
HSV297°100°81°
CMYK 0.041.000.00   0.19
XYZ34.166516.326559.7431
Yxy16.32650.30990.1481
Hunter Lab40.406180.2252-59.3800
CIE-Lab47.400082.2388-54.4238

#c500ce color RGB value is (197,0,206).

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

The process color (four color CMYK) of #c500ce color hex is 0.04, 1.00, 0.00, 0.19. Web safe color of #c500ce is #cc00cc. Color #c500ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 11001110
Octal 305 0 316
Decimal 197 0 206
Hex C5 0 CE

RGB Percentages of Color #c500ce

%48.88
%0.00
%51.12

CMYK Percentages of Color #c500ce

%4
%100
%0
%19

Triadic Colors of #c500ce

#c500ce #cec500 #00cec5

Analogous Colors of #c500ce

#c500ce #ce0070 #5e00ce

Monochromatic Colors of #c500ce

#c500ce

Complementary Color

#c500ce #09ce00

#c500ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c500ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c500ce Color CSS Codes

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

#c500ce Text Font Color

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

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


#c500ce Background Color

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

This div background color is #c500ce


#c500ce Border Color

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

This div border color is #c500ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c500ce


Comments

No comments written yet.

Please login to write comment.