Color Hex Logo

#c164ba Color Hex

#C164BA
(193,100,186)
0 Favorites   0 Comments

Color spaces of #c164ba

RGB 193100186
HSL0.850.430.57
HSV305°48°76°
CMYK 0.000.480.04   0.24
XYZ35.412423.997049.2198
Yxy23.99700.32600.2209
Hunter Lab48.986743.3105-25.2814
CIE-Lab56.084849.0741-29.2094

#c164ba color RGB value is (193,100,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 10111010
Octal 301 144 272
Decimal 193 100 186
Hex C1 64 BA

RGB Percentages of Color #c164ba

%40.29
%20.88
%38.83

CMYK Percentages of Color #c164ba

%0
%48
%4
%24

Triadic Colors of #c164ba

#c164ba #bac164 #64bac1

Analogous Colors of #c164ba

#c164ba #c1648c #9a64c1

Monochromatic Colors of #c164ba

#c164ba

Complementary Color

#c164ba #64c16b

#c164ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164ba Color CSS Codes

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

#c164ba Text Font Color

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

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


#c164ba Background Color

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

This div background color is #c164ba


#c164ba Border Color

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

This div border color is #c164ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164ba


Comments

No comments written yet.

Please login to write comment.