Color Hex Logo

#c16abd Color Hex

#C16ABD
(193,106,189)
0 Favorites   0 Comments

Color spaces of #c16abd

RGB 193106189
HSL0.840.410.59
HSV303°45°76°
CMYK 0.000.450.02   0.24
XYZ36.331725.319651.1164
Yxy25.31960.32220.2245
Hunter Lab50.318640.8254-25.0070
CIE-Lab57.385546.5543-28.9135

#c16abd color RGB value is (193,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101010 10111101
Octal 301 152 275
Decimal 193 106 189
Hex C1 6A BD

RGB Percentages of Color #c16abd

%39.55
%21.72
%38.73

CMYK Percentages of Color #c16abd

%0
%45
%2
%24

Triadic Colors of #c16abd

#c16abd #bdc16a #6abdc1

Analogous Colors of #c16abd

#c16abd #c16a92 #9a6ac1

Monochromatic Colors of #c16abd

#c16abd

Complementary Color

#c16abd #6ac16e

#c16abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16abd Color CSS Codes

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

#c16abd Text Font Color

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

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


#c16abd Background Color

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

This div background color is #c16abd


#c16abd Border Color

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

This div border color is #c16abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,106,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 #c16abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16abd


Comments

No comments written yet.

Please login to write comment.