Color Hex Logo

#c019ec Color Hex

#C019EC
(192,25,236)
0 Favorites   0 Comments

Color spaces of #c019ec

RGB 19225236
HSL0.800.850.51
HSV287°89°93°
CMYK 0.190.890.00   0.07
XYZ37.226217.957980.8611
Yxy17.95790.27360.1320
Hunter Lab42.376882.6454-83.4703
CIE-Lab49.445083.7345-68.2797

#c019ec color RGB value is (192,25,236).

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

The process color (four color CMYK) of #c019ec color hex is 0.19, 0.89, 0.00, 0.07. Web safe color of #c019ec is #cc00ff. Color #c019ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011001 11101100
Octal 300 31 354
Decimal 192 25 236
Hex C0 19 EC

RGB Percentages of Color #c019ec

%42.38
%5.52
%52.10

CMYK Percentages of Color #c019ec

%19
%89
%0
%7

Triadic Colors of #c019ec

#c019ec #ecc019 #19ecc0

Analogous Colors of #c019ec

#c019ec #ec19af #5619ec

Monochromatic Colors of #c019ec

#c019ec

Complementary Color

#c019ec #45ec19

#c019ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c019ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c019ec Color CSS Codes

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

#c019ec Text Font Color

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

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


#c019ec Background Color

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

This div background color is #c019ec


#c019ec Border Color

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

This div border color is #c019ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c019ec


Comments

No comments written yet.

Please login to write comment.