Color Hex Logo

#c089ce Color Hex

#C089CE
(192,137,206)
0 Favorites   0 Comments

Color spaces of #c089ce

RGB 192137206
HSL0.800.410.67
HSV288°33°81°
CMYK 0.070.330.00   0.19
XYZ41.824533.554062.6647
Yxy33.55400.30300.2431
Hunter Lab57.925827.5132-23.5924
CIE-Lab64.607032.8629-27.3832

#c089ce color RGB value is (192,137,206).

#c089ce hex color red value is 192, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c089ce hue: 0.80 , saturation: 0.41 and the lightness value of c089ce is 0.67.

The process color (four color CMYK) of #c089ce color hex is 0.07, 0.33, 0.00, 0.19. Web safe color of #c089ce is #cc99cc. Color #c089ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11001110
Octal 300 211 316
Decimal 192 137 206
Hex C0 89 CE

RGB Percentages of Color #c089ce

%35.89
%25.61
%38.50

CMYK Percentages of Color #c089ce

%7
%33
%0
%19

Triadic Colors of #c089ce

#c089ce #cec089 #89cec0

Analogous Colors of #c089ce

#c089ce #ce89ba #9e89ce

Monochromatic Colors of #c089ce

#c089ce

Complementary Color

#c089ce #97ce89

#c089ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089ce Color CSS Codes

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

#c089ce Text Font Color

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

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


#c089ce Background Color

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

This div background color is #c089ce


#c089ce Border Color

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

This div border color is #c089ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089ce


Comments

No comments written yet.

Please login to write comment.