Color Hex Logo

#c089cb Color Hex

#C089CB
(192,137,203)
0 Favorites   0 Comments

Color spaces of #c089cb

RGB 192137203
HSL0.810.390.67
HSV290°33°80°
CMYK 0.050.330.00   0.20
XYZ41.463433.409660.7632
Yxy33.40960.30570.2463
Hunter Lab57.801026.8946-21.8677
CIE-Lab64.491232.2643-25.8829

#c089cb color RGB value is (192,137,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11001011
Octal 300 211 313
Decimal 192 137 203
Hex C0 89 CB

RGB Percentages of Color #c089cb

%36.09
%25.75
%38.16

CMYK Percentages of Color #c089cb

%5
%33
%0
%20

Triadic Colors of #c089cb

#c089cb #cbc089 #89cbc0

Analogous Colors of #c089cb

#c089cb #cb89b5 #9f89cb

Monochromatic Colors of #c089cb

#c089cb

Complementary Color

#c089cb #94cb89

#c089cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089cb Color CSS Codes

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

#c089cb Text Font Color

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

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


#c089cb Background Color

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

This div background color is #c089cb


#c089cb Border Color

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

This div border color is #c089cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089cb


Comments

No comments written yet.

Please login to write comment.