Color Hex Logo

#c195ba Color Hex

#C195BA
(193,149,186)
0 Favorites   0 Comments

Color spaces of #c195ba

RGB 193149186
HSL0.860.260.67
HSV310°23°76°
CMYK 0.000.230.04   0.24
XYZ41.602736.377551.2832
Yxy36.37750.32180.2814
Hunter Lab60.313817.5751-8.1931
CIE-Lab66.807422.7051-12.8378

#c195ba color RGB value is (193,149,186).

#c195ba hex color red value is 193, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c195ba hue: 0.86 , saturation: 0.26 and the lightness value of c195ba is 0.67.

The process color (four color CMYK) of #c195ba color hex is 0.00, 0.23, 0.04, 0.24. Web safe color of #c195ba is #cc99cc. Color #c195ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 10111010
Octal 301 225 272
Decimal 193 149 186
Hex C1 95 BA

RGB Percentages of Color #c195ba

%36.55
%28.22
%35.23

CMYK Percentages of Color #c195ba

%0
%23
%4
%24

Triadic Colors of #c195ba

#c195ba #bac195 #95bac1

Analogous Colors of #c195ba

#c195ba #c195a4 #b295c1

Monochromatic Colors of #c195ba

#c195ba

Complementary Color

#c195ba #95c19c

#c195ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195ba Color CSS Codes

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

#c195ba Text Font Color

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

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


#c195ba Background Color

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

This div background color is #c195ba


#c195ba Border Color

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

This div border color is #c195ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195ba


Comments

No comments written yet.

Please login to write comment.