Color Hex Logo

#c019ef Color Hex

#C019EF
(192,25,239)
0 Favorites   0 Comments

Color spaces of #c019ef

RGB 19225239
HSL0.800.870.52
HSV287°90°94°
CMYK 0.200.900.00   0.06
XYZ37.665818.133783.1763
Yxy18.13370.27100.1305
Hunter Lab42.583783.3640-85.9992
CIE-Lab49.657984.2513-69.6250

#c019ef color RGB value is (192,25,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011001 11101111
Octal 300 31 357
Decimal 192 25 239
Hex C0 19 EF

RGB Percentages of Color #c019ef

%42.11
%5.48
%52.41

CMYK Percentages of Color #c019ef

%20
%90
%0
%6

Triadic Colors of #c019ef

#c019ef #efc019 #19efc0

Analogous Colors of #c019ef

#c019ef #ef19b3 #5519ef

Monochromatic Colors of #c019ef

#c019ef

Complementary Color

#c019ef #48ef19

#c019ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c019ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c019ef Color CSS Codes

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

#c019ef Text Font Color

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

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


#c019ef Background Color

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

This div background color is #c019ef


#c019ef Border Color

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

This div border color is #c019ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c019ef


Comments

No comments written yet.

Please login to write comment.