Color Hex Logo

#c519ff Color Hex

#C519FF
(197,25,255)
0 Favorites   0 Comments

Color spaces of #c519ff

RGB 19725255
HSL0.791.000.55
HSV285°90°100°
CMYK 0.230.900.00   0.00
XYZ41.423619.785696.2435
Yxy19.78560.26310.1257
Hunter Lab44.481088.3890-97.1490
CIE-Lab51.593987.7346-75.3994

#c519ff color RGB value is (197,25,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 11111111
Octal 305 31 377
Decimal 197 25 255
Hex C5 19 FF

RGB Percentages of Color #c519ff

%41.30
%5.24
%53.46

CMYK Percentages of Color #c519ff

%23
%90
%0
%0

Triadic Colors of #c519ff

#c519ff #ffc519 #19ffc5

Analogous Colors of #c519ff

#c519ff #ff19c6 #5219ff

Monochromatic Colors of #c519ff

#c519ff

Complementary Color

#c519ff #53ff19

#c519ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c519ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c519ff Color CSS Codes

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

#c519ff Text Font Color

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

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


#c519ff Background Color

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

This div background color is #c519ff


#c519ff Border Color

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

This div border color is #c519ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c519ff

Related Colors


Comments

No comments written yet.

Please login to write comment.