Color Hex Logo

#c089bb Color Hex

#C089BB
(192,137,187)
0 Favorites   0 Comments

Color spaces of #c089bb

RGB 192137187
HSL0.850.300.65
HSV305°29°75°
CMYK 0.000.290.03   0.25
XYZ39.653532.685651.2327
Yxy32.68560.32090.2645
Hunter Lab57.171323.7561-13.1114
CIE-Lab63.905529.1890-17.7899

#c089bb color RGB value is (192,137,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 10111011
Octal 300 211 273
Decimal 192 137 187
Hex C0 89 BB

RGB Percentages of Color #c089bb

%37.21
%26.55
%36.24

CMYK Percentages of Color #c089bb

%0
%29
%3
%25

Triadic Colors of #c089bb

#c089bb #bbc089 #89bbc0

Analogous Colors of #c089bb

#c089bb #c089a0 #aa89c0

Monochromatic Colors of #c089bb

#c089bb

Complementary Color

#c089bb #89c08e

#c089bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089bb Color CSS Codes

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

#c089bb Text Font Color

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

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


#c089bb Background Color

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

This div background color is #c089bb


#c089bb Border Color

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

This div border color is #c089bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089bb


Comments

No comments written yet.

Please login to write comment.