Color Hex Logo

#c089dc Color Hex

#C089DC
(192,137,220)
0 Favorites   0 Comments

Color spaces of #c089dc

RGB 192137220
HSL0.780.540.70
HSV280°38°86°
CMYK 0.130.380.00   0.14
XYZ43.602234.265172.0259
Yxy34.26510.29090.2286
Hunter Lab58.536430.5212-31.9777
CIE-Lab65.172535.7391-34.3109

#c089dc color RGB value is (192,137,220).

#c089dc hex color red value is 192, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c089dc hue: 0.78 , saturation: 0.54 and the lightness value of c089dc is 0.70.

The process color (four color CMYK) of #c089dc color hex is 0.13, 0.38, 0.00, 0.14. Web safe color of #c089dc is #cc99cc. Color #c089dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11011100
Octal 300 211 334
Decimal 192 137 220
Hex C0 89 DC

RGB Percentages of Color #c089dc

%34.97
%24.95
%40.07

CMYK Percentages of Color #c089dc

%13
%38
%0
%14

Triadic Colors of #c089dc

#c089dc #dcc089 #89dcc0

Analogous Colors of #c089dc

#c089dc #dc89cf #9789dc

Monochromatic Colors of #c089dc

#c089dc

Complementary Color

#c089dc #a5dc89

#c089dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089dc Color CSS Codes

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

#c089dc Text Font Color

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

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


#c089dc Background Color

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

This div background color is #c089dc


#c089dc Border Color

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

This div border color is #c089dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089dc


Comments

No comments written yet.

Please login to write comment.