Color Hex Logo

#c16fb1 Color Hex

#C16FB1
(193,111,177)
0 Favorites   0 Comments

Color spaces of #c16fb1

RGB 193111177
HSL0.870.400.60
HSV312°42°76°
CMYK 0.000.420.08   0.24
XYZ35.612625.880744.7135
Yxy25.88070.33530.2437
Hunter Lab50.873135.9272-16.5002
CIE-Lab57.923641.8248-21.2039

#c16fb1 color RGB value is (193,111,177).

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

The process color (four color CMYK) of #c16fb1 color hex is 0.00, 0.42, 0.08, 0.24. Web safe color of #c16fb1 is #cc6699. Color #c16fb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101111 10110001
Octal 301 157 261
Decimal 193 111 177
Hex C1 6F B1

RGB Percentages of Color #c16fb1

%40.12
%23.08
%36.80

CMYK Percentages of Color #c16fb1

%0
%42
%8
%24

Triadic Colors of #c16fb1

#c16fb1 #b1c16f #6fb1c1

Analogous Colors of #c16fb1

#c16fb1 #c16f88 #a86fc1

Monochromatic Colors of #c16fb1

#c16fb1

Complementary Color

#c16fb1 #6fc17f

#c16fb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16fb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16fb1 Color CSS Codes

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

#c16fb1 Text Font Color

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

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


#c16fb1 Background Color

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

This div background color is #c16fb1


#c16fb1 Border Color

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

This div border color is #c16fb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16fb1


Comments

No comments written yet.

Please login to write comment.