Color Hex Logo

#c719ef Color Hex

#C719EF
(199,25,239)
0 Favorites   0 Comments

Color spaces of #c719ef

RGB 19925239
HSL0.800.870.52
HSV289°90°94°
CMYK 0.170.900.00   0.06
XYZ39.480819.069483.2612
Yxy19.06940.27840.1345
Hunter Lab43.668584.9623-82.4781
CIE-Lab50.768385.2717-67.7726

#c719ef color RGB value is (199,25,239).

#c719ef hex color red value is 199, green value is 25 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c719ef hue: 0.80 , saturation: 0.87 and the lightness value of c719ef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011001 11101111
Octal 307 31 357
Decimal 199 25 239
Hex C7 19 EF

RGB Percentages of Color #c719ef

%42.98
%5.40
%51.62

CMYK Percentages of Color #c719ef

%17
%90
%0
%6

Triadic Colors of #c719ef

#c719ef #efc719 #19efc7

Analogous Colors of #c719ef

#c719ef #ef19ac #5c19ef

Monochromatic Colors of #c719ef

#c719ef

Complementary Color

#c719ef #41ef19

#c719ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c719ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c719ef Color CSS Codes

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

#c719ef Text Font Color

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

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


#c719ef Background Color

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

This div background color is #c719ef


#c719ef Border Color

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

This div border color is #c719ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,25,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c719ef


Comments

No comments written yet.

Please login to write comment.