Color Hex Logo

#c119cc Color Hex

#C119CC
(193,25,204)
0 Favorites   0 Comments

Color spaces of #c119cc

RGB 19325204
HSL0.820.780.45
HSV296°88°80°
CMYK 0.050.880.00   0.20
XYZ33.239016.392458.5389
Yxy16.39240.30730.1515
Hunter Lab40.487575.6898-57.3832
CIE-Lab47.485278.6251-53.1694

#c119cc color RGB value is (193,25,204).

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

The process color (four color CMYK) of #c119cc color hex is 0.05, 0.88, 0.00, 0.20. Web safe color of #c119cc is #cc00cc. Color #c119cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 11001100
Octal 301 31 314
Decimal 193 25 204
Hex C1 19 CC

RGB Percentages of Color #c119cc

%45.73
%5.92
%48.34

CMYK Percentages of Color #c119cc

%5
%88
%0
%20

Triadic Colors of #c119cc

#c119cc #ccc119 #19ccc1

Analogous Colors of #c119cc

#c119cc #cc197e #6819cc

Monochromatic Colors of #c119cc

#c119cc

Complementary Color

#c119cc #24cc19

#c119cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c119cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c119cc Color CSS Codes

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

#c119cc Text Font Color

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

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


#c119cc Background Color

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

This div background color is #c119cc


#c119cc Border Color

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

This div border color is #c119cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c119cc


Comments

No comments written yet.

Please login to write comment.