Color Hex Logo

#c983dd Color Hex

#C983DD
(201,131,221)
0 Favorites   0 Comments

Color spaces of #c983dd

RGB 201131221
HSL0.800.570.69
HSV287°41°87°
CMYK 0.090.410.00   0.13
XYZ45.254833.870672.5591
Yxy33.87060.29830.2233
Hunter Lab58.198536.9533-33.1811
CIE-Lab64.859741.8987-35.2790

#c983dd color RGB value is (201,131,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 11011101
Octal 311 203 335
Decimal 201 131 221
Hex C9 83 DD

RGB Percentages of Color #c983dd

%36.35
%23.69
%39.96

CMYK Percentages of Color #c983dd

%9
%41
%0
%13

Triadic Colors of #c983dd

#c983dd #ddc983 #83ddc9

Analogous Colors of #c983dd

#c983dd #dd83c4 #9c83dd

Monochromatic Colors of #c983dd

#c983dd

Complementary Color

#c983dd #97dd83

#c983dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983dd Color CSS Codes

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

#c983dd Text Font Color

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

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


#c983dd Background Color

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

This div background color is #c983dd


#c983dd Border Color

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

This div border color is #c983dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983dd


Comments

No comments written yet.

Please login to write comment.