Color Hex Logo

#c189bb Color Hex

#C189BB
(193,137,187)
0 Favorites   0 Comments

Color spaces of #c189bb

RGB 193137187
HSL0.850.310.65
HSV306°29°76°
CMYK 0.000.290.03   0.24
XYZ39.907632.816651.2446
Yxy32.81660.32190.2647
Hunter Lab57.285824.1003-12.9374
CIE-Lab64.012129.5258-17.6181

#c189bb color RGB value is (193,137,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 10111011
Octal 301 211 273
Decimal 193 137 187
Hex C1 89 BB

RGB Percentages of Color #c189bb

%37.33
%26.50
%36.17

CMYK Percentages of Color #c189bb

%0
%29
%3
%24

Triadic Colors of #c189bb

#c189bb #bbc189 #89bbc1

Analogous Colors of #c189bb

#c189bb #c1899f #ab89c1

Monochromatic Colors of #c189bb

#c189bb

Complementary Color

#c189bb #89c18f

#c189bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189bb Color CSS Codes

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

#c189bb Text Font Color

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

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


#c189bb Background Color

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

This div background color is #c189bb


#c189bb Border Color

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

This div border color is #c189bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,137,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c189bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189bb


Comments

No comments written yet.

Please login to write comment.