Color Hex Logo

#c982dd Color Hex

#C982DD
(201,130,221)
0 Favorites   0 Comments

Color spaces of #c982dd

RGB 201130221
HSL0.800.570.69
HSV287°41°87°
CMYK 0.090.410.00   0.13
XYZ45.121233.603272.5145
Yxy33.60320.29830.2222
Hunter Lab57.968337.4959-33.5901
CIE-Lab64.646442.4337-35.6111

#c982dd color RGB value is (201,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000010 11011101
Octal 311 202 335
Decimal 201 130 221
Hex C9 82 DD

RGB Percentages of Color #c982dd

%36.41
%23.55
%40.04

CMYK Percentages of Color #c982dd

%9
%41
%0
%13

Triadic Colors of #c982dd

#c982dd #ddc982 #82ddc9

Analogous Colors of #c982dd

#c982dd #dd82c4 #9c82dd

Monochromatic Colors of #c982dd

#c982dd

Complementary Color

#c982dd #96dd82

#c982dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c982dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c982dd Color CSS Codes

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

#c982dd Text Font Color

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

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


#c982dd Background Color

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

This div background color is #c982dd


#c982dd Border Color

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

This div border color is #c982dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c982dd


Comments

No comments written yet.

Please login to write comment.