Color Hex Logo

#c981dd Color Hex

#C981DD
(201,129,221)
0 Favorites   0 Comments

Color spaces of #c981dd

RGB 201129221
HSL0.800.580.69
HSV287°42°87°
CMYK 0.090.420.00   0.13
XYZ44.988833.338572.4704
Yxy33.33850.29830.2211
Hunter Lab57.739538.0374-33.9988
CIE-Lab64.434142.9670-35.9417

#c981dd color RGB value is (201,129,221).

#c981dd hex color red value is 201, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c981dd hue: 0.80 , saturation: 0.58 and the lightness value of c981dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000001 11011101
Octal 311 201 335
Decimal 201 129 221
Hex C9 81 DD

RGB Percentages of Color #c981dd

%36.48
%23.41
%40.11

CMYK Percentages of Color #c981dd

%9
%42
%0
%13

Triadic Colors of #c981dd

#c981dd #ddc981 #81ddc9

Analogous Colors of #c981dd

#c981dd #dd81c3 #9b81dd

Monochromatic Colors of #c981dd

#c981dd

Complementary Color

#c981dd #95dd81

#c981dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c981dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c981dd Color CSS Codes

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

#c981dd Text Font Color

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

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


#c981dd Background Color

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

This div background color is #c981dd


#c981dd Border Color

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

This div border color is #c981dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c981dd


Comments

No comments written yet.

Please login to write comment.