Color Hex Logo

#c089dd Color Hex

#C089DD
(192,137,221)
0 Favorites   0 Comments

Color spaces of #c089dd

RGB 192137221
HSL0.780.550.70
HSV279°38°87°
CMYK 0.130.380.00   0.13
XYZ43.735034.318272.7256
Yxy34.31820.29010.2276
Hunter Lab58.581730.7436-32.5976
CIE-Lab65.214435.9496-34.8011

#c089dd color RGB value is (192,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11011101
Octal 300 211 335
Decimal 192 137 221
Hex C0 89 DD

RGB Percentages of Color #c089dd

%34.91
%24.91
%40.18

CMYK Percentages of Color #c089dd

%13
%38
%0
%13

Triadic Colors of #c089dd

#c089dd #ddc089 #89ddc0

Analogous Colors of #c089dd

#c089dd #dd89d0 #9689dd

Monochromatic Colors of #c089dd

#c089dd

Complementary Color

#c089dd #a6dd89

#c089dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089dd Color CSS Codes

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

#c089dd Text Font Color

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

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


#c089dd Background Color

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

This div background color is #c089dd


#c089dd Border Color

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

This div border color is #c089dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089dd


Comments

No comments written yet.

Please login to write comment.