Color Hex Logo

#c118cc Color Hex

#C118CC
(193,24,204)
0 Favorites   0 Comments

Color spaces of #c118cc

RGB 19324204
HSL0.820.790.45
HSV296°88°80°
CMYK 0.050.880.00   0.20
XYZ33.218016.350458.5319
Yxy16.35040.30730.1513
Hunter Lab40.435675.8760-57.5193
CIE-Lab47.430978.7848-53.2565

#c118cc color RGB value is (193,24,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011000 11001100
Octal 301 30 314
Decimal 193 24 204
Hex C1 18 CC

RGB Percentages of Color #c118cc

%45.84
%5.70
%48.46

CMYK Percentages of Color #c118cc

%5
%88
%0
%20

Triadic Colors of #c118cc

#c118cc #ccc118 #18ccc1

Analogous Colors of #c118cc

#c118cc #cc187d #6718cc

Monochromatic Colors of #c118cc

#c118cc

Complementary Color

#c118cc #23cc18

#c118cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c118cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c118cc Color CSS Codes

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

#c118cc Text Font Color

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

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


#c118cc Background Color

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

This div background color is #c118cc


#c118cc Border Color

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

This div border color is #c118cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c118cc


Comments

No comments written yet.

Please login to write comment.