Color Hex Logo

#c16bbd Color Hex

#C16BBD
(193,107,189)
0 Favorites   0 Comments

Color spaces of #c16bbd

RGB 193107189
HSL0.840.410.59
HSV303°45°76°
CMYK 0.000.450.02   0.24
XYZ36.435325.527051.1510
Yxy25.52700.32210.2257
Hunter Lab50.524340.3069-24.6585
CIE-Lab57.585346.0376-28.6040

#c16bbd color RGB value is (193,107,189).

#c16bbd hex color red value is 193, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c16bbd hue: 0.84 , saturation: 0.41 and the lightness value of c16bbd is 0.59.

The process color (four color CMYK) of #c16bbd color hex is 0.00, 0.45, 0.02, 0.24. Web safe color of #c16bbd is #cc66cc. Color #c16bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101011 10111101
Octal 301 153 275
Decimal 193 107 189
Hex C1 6B BD

RGB Percentages of Color #c16bbd

%39.47
%21.88
%38.65

CMYK Percentages of Color #c16bbd

%0
%45
%2
%24

Triadic Colors of #c16bbd

#c16bbd #bdc16b #6bbdc1

Analogous Colors of #c16bbd

#c16bbd #c16b92 #9a6bc1

Monochromatic Colors of #c16bbd

#c16bbd

Complementary Color

#c16bbd #6bc16f

#c16bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16bbd Color CSS Codes

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

#c16bbd Text Font Color

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

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


#c16bbd Background Color

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

This div background color is #c16bbd


#c16bbd Border Color

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

This div border color is #c16bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16bbd


Comments

No comments written yet.

Please login to write comment.