Color Hex Logo

#c189ba Color Hex

#C189BA
(193,137,186)
0 Favorites   0 Comments

Color spaces of #c189ba

RGB 193137186
HSL0.850.310.65
HSV308°29°76°
CMYK 0.000.290.04   0.24
XYZ39.800932.773950.6826
Yxy32.77390.32290.2659
Hunter Lab57.248523.9138-12.4160
CIE-Lab63.977429.3414-17.1072

#c189ba color RGB value is (193,137,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 10111010
Octal 301 211 272
Decimal 193 137 186
Hex C1 89 BA

RGB Percentages of Color #c189ba

%37.40
%26.55
%36.05

CMYK Percentages of Color #c189ba

%0
%29
%4
%24

Triadic Colors of #c189ba

#c189ba #bac189 #89bac1

Analogous Colors of #c189ba

#c189ba #c1899e #ac89c1

Monochromatic Colors of #c189ba

#c189ba

Complementary Color

#c189ba #89c190

#c189ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189ba Color CSS Codes

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

#c189ba Text Font Color

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

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


#c189ba Background Color

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

This div background color is #c189ba


#c189ba Border Color

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

This div border color is #c189ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189ba


Comments

No comments written yet.

Please login to write comment.