Color Hex Logo

#c515ce Color Hex

#C515CE
(197,21,206)
0 Favorites   0 Comments

Color spaces of #c515ce

RGB 19721206
HSL0.830.810.45
HSV297°90°81°
CMYK 0.040.900.00   0.19
XYZ34.434716.862959.8325
Yxy16.86290.30990.1517
Hunter Lab41.064577.8188-57.6427
CIE-Lab48.086880.2060-53.3212

#c515ce color RGB value is (197,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010101 11001110
Octal 305 25 316
Decimal 197 21 206
Hex C5 15 CE

RGB Percentages of Color #c515ce

%46.46
%4.95
%48.58

CMYK Percentages of Color #c515ce

%4
%90
%0
%19

Triadic Colors of #c515ce

#c515ce #cec515 #15cec5

Analogous Colors of #c515ce

#c515ce #ce157b #6915ce

Monochromatic Colors of #c515ce

#c515ce

Complementary Color

#c515ce #1ece15

#c515ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c515ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c515ce Color CSS Codes

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

#c515ce Text Font Color

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

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


#c515ce Background Color

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

This div background color is #c515ce


#c515ce Border Color

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

This div border color is #c515ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c515ce


Comments

No comments written yet.

Please login to write comment.