Color Hex Logo

#c089cc Color Hex

#C089CC
(192,137,204)
0 Favorites   0 Comments

Color spaces of #c089cc

RGB 192137204
HSL0.800.400.67
HSV289°33°80°
CMYK 0.060.330.00   0.20
XYZ41.583033.457461.3930
Yxy33.45740.30480.2452
Hunter Lab57.842427.0999-22.4398
CIE-Lab64.529632.4632-26.3836

#c089cc color RGB value is (192,137,204).

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

The process color (four color CMYK) of #c089cc color hex is 0.06, 0.33, 0.00, 0.20. Web safe color of #c089cc is #cc99cc. Color #c089cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11001100
Octal 300 211 314
Decimal 192 137 204
Hex C0 89 CC

RGB Percentages of Color #c089cc

%36.02
%25.70
%38.27

CMYK Percentages of Color #c089cc

%6
%33
%0
%20

Triadic Colors of #c089cc

#c089cc #ccc089 #89ccc0

Analogous Colors of #c089cc

#c089cc #cc89b7 #9f89cc

Monochromatic Colors of #c089cc

#c089cc

Complementary Color

#c089cc #95cc89

#c089cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089cc Color CSS Codes

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

#c089cc Text Font Color

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

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


#c089cc Background Color

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

This div background color is #c089cc


#c089cc Border Color

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

This div border color is #c089cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089cc


Comments

No comments written yet.

Please login to write comment.