Color Hex Logo

#c989de Color Hex

#C989DE
(201,137,222)
0 Favorites   0 Comments

Color spaces of #c989de

RGB 201137222
HSL0.790.560.70
HSV285°38°87°
CMYK 0.090.380.00   0.13
XYZ46.217935.582873.5395
Yxy35.58280.29750.2291
Hunter Lab59.651333.9122-31.3381
CIE-Lab66.199938.8723-33.7517

#c989de color RGB value is (201,137,222).

#c989de hex color red value is 201, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c989de hue: 0.79 , saturation: 0.56 and the lightness value of c989de is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 11011110
Octal 311 211 336
Decimal 201 137 222
Hex C9 89 DE

RGB Percentages of Color #c989de

%35.89
%24.46
%39.64

CMYK Percentages of Color #c989de

%9
%38
%0
%13

Triadic Colors of #c989de

#c989de #dec989 #89dec9

Analogous Colors of #c989de

#c989de #de89c9 #9f89de

Monochromatic Colors of #c989de

#c989de

Complementary Color

#c989de #9ede89

#c989de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c989de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c989de Color CSS Codes

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

#c989de Text Font Color

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

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


#c989de Background Color

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

This div background color is #c989de


#c989de Border Color

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

This div border color is #c989de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c989de


Comments

No comments written yet.

Please login to write comment.