Color Hex Logo

#c519ce Color Hex

#C519CE
(197,25,206)
0 Favorites   0 Comments

Color spaces of #c519ce

RGB 19725206
HSL0.830.780.45
HSV297°88°81°
CMYK 0.040.880.00   0.19
XYZ34.514217.021859.8590
Yxy17.02180.30980.1528
Hunter Lab41.257577.1247-57.1415
CIE-Lab48.287579.6152-52.9994

#c519ce color RGB value is (197,25,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 11001110
Octal 305 31 316
Decimal 197 25 206
Hex C5 19 CE

RGB Percentages of Color #c519ce

%46.03
%5.84
%48.13

CMYK Percentages of Color #c519ce

%4
%88
%0
%19

Triadic Colors of #c519ce

#c519ce #cec519 #19cec5

Analogous Colors of #c519ce

#c519ce #ce197d #6b19ce

Monochromatic Colors of #c519ce

#c519ce

Complementary Color

#c519ce #22ce19

#c519ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c519ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c519ce Color CSS Codes

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

#c519ce Text Font Color

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

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


#c519ce Background Color

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

This div background color is #c519ce


#c519ce Border Color

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

This div border color is #c519ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c519ce


Comments

No comments written yet.

Please login to write comment.