Color Hex Logo

#c989dd Color Hex

#C989DD
(201,137,221)
0 Favorites   0 Comments

Color spaces of #c989dd

RGB 201137221
HSL0.790.550.70
HSV286°38°87°
CMYK 0.090.380.00   0.13
XYZ46.084235.529372.8355
Yxy35.52930.29840.2300
Hunter Lab59.606533.6944-30.7243
CIE-Lab66.158738.6705-33.2610

#c989dd color RGB value is (201,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 11011101
Octal 311 211 335
Decimal 201 137 221
Hex C9 89 DD

RGB Percentages of Color #c989dd

%35.96
%24.51
%39.53

CMYK Percentages of Color #c989dd

%9
%38
%0
%13

Triadic Colors of #c989dd

#c989dd #ddc989 #89ddc9

Analogous Colors of #c989dd

#c989dd #dd89c7 #9f89dd

Monochromatic Colors of #c989dd

#c989dd

Complementary Color

#c989dd #9ddd89

#c989dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c989dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c989dd Color CSS Codes

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

#c989dd Text Font Color

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

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


#c989dd Background Color

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

This div background color is #c989dd


#c989dd Border Color

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

This div border color is #c989dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c989dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c989dd


Comments

No comments written yet.

Please login to write comment.