Color Hex Logo

#c0118a Color Hex

#C0118A
(192,17,138)
0 Favorites   0 Comments

Color spaces of #c0118a

RGB 19217138
HSL0.880.840.41
HSV319°91°75°
CMYK 0.000.910.28   0.25
XYZ26.526113.442325.2413
Yxy13.44230.40680.2061
Hunter Lab36.663764.9826-15.1538
CIE-Lab43.422370.6191-20.4088

#c0118a color RGB value is (192,17,138).

#c0118a hex color red value is 192, green value is 17 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c0118a hue: 0.88 , saturation: 0.84 and the lightness value of c0118a is 0.41.

The process color (four color CMYK) of #c0118a color hex is 0.00, 0.91, 0.28, 0.25. Web safe color of #c0118a is #cc0099. Color #c0118a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 10001010
Octal 300 21 212
Decimal 192 17 138
Hex C0 11 8A

RGB Percentages of Color #c0118a

%55.33
%4.90
%39.77

CMYK Percentages of Color #c0118a

%0
%91
%28
%25

Triadic Colors of #c0118a

#c0118a #8ac011 #118ac0

Analogous Colors of #c0118a

#c0118a #c01132 #9f11c0

Monochromatic Colors of #c0118a

#c0118a

Complementary Color

#c0118a #11c047

#c0118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0118a Color CSS Codes

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

#c0118a Text Font Color

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

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


#c0118a Background Color

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

This div background color is #c0118a


#c0118a Border Color

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

This div border color is #c0118a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0118a


Comments

No comments written yet.

Please login to write comment.