Color Hex Logo

#c116be Color Hex

#C116BE
(193,22,190)
0 Favorites   0 Comments

Color spaces of #c116be

RGB 19322190
HSL0.840.800.42
HSV301°89°76°
CMYK 0.000.890.02   0.24
XYZ31.573515.629050.0678
Yxy15.62900.32460.1607
Hunter Lab39.533573.3756-47.4152
CIE-Lab46.483976.9559-46.6390

#c116be color RGB value is (193,22,190).

#c116be hex color red value is 193, green value is 22 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c116be hue: 0.84 , saturation: 0.80 and the lightness value of c116be is 0.42.

The process color (four color CMYK) of #c116be color hex is 0.00, 0.89, 0.02, 0.24. Web safe color of #c116be is #cc00cc. Color #c116be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010110 10111110
Octal 301 26 276
Decimal 193 22 190
Hex C1 16 BE

RGB Percentages of Color #c116be

%47.65
%5.43
%46.91

CMYK Percentages of Color #c116be

%0
%89
%2
%24

Triadic Colors of #c116be

#c116be #bec116 #16bec1

Analogous Colors of #c116be

#c116be #c11669 #6f16c1

Monochromatic Colors of #c116be

#c116be

Complementary Color

#c116be #16c119

#c116be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c116be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c116be Color CSS Codes

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

#c116be Text Font Color

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

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


#c116be Background Color

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

This div background color is #c116be


#c116be Border Color

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

This div border color is #c116be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c116be


Comments

No comments written yet.

Please login to write comment.