Color Hex Logo

#c16fba Color Hex

#C16FBA
(193,111,186)
0 Favorites   0 Comments

Color spaces of #c16fba

RGB 193111186
HSL0.850.400.60
HSV305°42°76°
CMYK 0.000.420.04   0.24
XYZ36.539726.251549.5956
Yxy26.25150.32510.2336
Hunter Lab51.236237.6360-21.5261
CIE-Lab58.275043.4114-25.8228

#c16fba color RGB value is (193,111,186).

#c16fba hex color red value is 193, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c16fba hue: 0.85 , saturation: 0.40 and the lightness value of c16fba is 0.60.

The process color (four color CMYK) of #c16fba color hex is 0.00, 0.42, 0.04, 0.24. Web safe color of #c16fba is #cc66cc. Color #c16fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101111 10111010
Octal 301 157 272
Decimal 193 111 186
Hex C1 6F BA

RGB Percentages of Color #c16fba

%39.39
%22.65
%37.96

CMYK Percentages of Color #c16fba

%0
%42
%4
%24

Triadic Colors of #c16fba

#c16fba #bac16f #6fbac1

Analogous Colors of #c16fba

#c16fba #c16f91 #9f6fc1

Monochromatic Colors of #c16fba

#c16fba

Complementary Color

#c16fba #6fc176

#c16fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16fba Color CSS Codes

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

#c16fba Text Font Color

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

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


#c16fba Background Color

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

This div background color is #c16fba


#c16fba Border Color

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

This div border color is #c16fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16fba


Comments

No comments written yet.

Please login to write comment.