Color Hex Logo

#c163ba Color Hex

#C163BA
(193,99,186)
0 Favorites   0 Comments

Color spaces of #c163ba

RGB 19399186
HSL0.850.430.57
HSV304°49°76°
CMYK 0.000.490.04   0.24
XYZ35.317123.806349.1880
Yxy23.80630.32610.2198
Hunter Lab48.791743.8189-25.6174
CIE-Lab55.893349.5763-29.5064

#c163ba color RGB value is (193,99,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100011 10111010
Octal 301 143 272
Decimal 193 99 186
Hex C1 63 BA

RGB Percentages of Color #c163ba

%40.38
%20.71
%38.91

CMYK Percentages of Color #c163ba

%0
%49
%4
%24

Triadic Colors of #c163ba

#c163ba #bac163 #63bac1

Analogous Colors of #c163ba

#c163ba #c1638b #9963c1

Monochromatic Colors of #c163ba

#c163ba

Complementary Color

#c163ba #63c16a

#c163ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c163ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c163ba Color CSS Codes

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

#c163ba Text Font Color

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

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


#c163ba Background Color

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

This div background color is #c163ba


#c163ba Border Color

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

This div border color is #c163ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c163ba


Comments

No comments written yet.

Please login to write comment.