Color Hex Logo

#c0117f Color Hex

#C0117F
(192,17,127)
0 Favorites   0 Comments

Color spaces of #c0117f

RGB 19217127
HSL0.900.840.41
HSV322°91°75°
CMYK 0.000.910.34   0.25
XYZ25.769413.139721.2567
Yxy13.13970.42830.2184
Hunter Lab36.248763.4613-9.3943
CIE-Lab42.973069.4186-14.3449

#c0117f color RGB value is (192,17,127).

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

The process color (four color CMYK) of #c0117f color hex is 0.00, 0.91, 0.34, 0.25. Web safe color of #c0117f is #cc0066. Color #c0117f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 01111111
Octal 300 21 177
Decimal 192 17 127
Hex C0 11 7F

RGB Percentages of Color #c0117f

%57.14
%5.06
%37.80

CMYK Percentages of Color #c0117f

%0
%91
%34
%25

Triadic Colors of #c0117f

#c0117f #7fc011 #117fc0

Analogous Colors of #c0117f

#c0117f #c01128 #aa11c0

Monochromatic Colors of #c0117f

#c0117f

Complementary Color

#c0117f #11c052

#c0117f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0117f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0117f Color CSS Codes

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

#c0117f Text Font Color

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

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


#c0117f Background Color

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

This div background color is #c0117f


#c0117f Border Color

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

This div border color is #c0117f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0117f


Comments

No comments written yet.

Please login to write comment.