Color Hex Logo

#c089bd Color Hex

#C089BD
(192,137,189)
0 Favorites   0 Comments

Color spaces of #c089bd

RGB 192137189
HSL0.840.300.65
HSV303°29°75°
CMYK 0.000.290.02   0.25
XYZ39.869232.771952.3684
Yxy32.77190.31890.2622
Hunter Lab57.246724.1336-14.1648
CIE-Lab63.975829.5623-18.8098

#c089bd color RGB value is (192,137,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 10111101
Octal 300 211 275
Decimal 192 137 189
Hex C0 89 BD

RGB Percentages of Color #c089bd

%37.07
%26.45
%36.49

CMYK Percentages of Color #c089bd

%0
%29
%2
%25

Triadic Colors of #c089bd

#c089bd #bdc089 #89bdc0

Analogous Colors of #c089bd

#c089bd #c089a2 #a889c0

Monochromatic Colors of #c089bd

#c089bd

Complementary Color

#c089bd #89c08c

#c089bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089bd Color CSS Codes

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

#c089bd Text Font Color

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

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


#c089bd Background Color

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

This div background color is #c089bd


#c089bd Border Color

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

This div border color is #c089bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089bd


Comments

No comments written yet.

Please login to write comment.