Color Hex Logo

#c980dd Color Hex

#C980DD
(201,128,221)
0 Favorites   0 Comments

Color spaces of #c980dd

RGB 201128221
HSL0.800.580.68
HSV287°42°87°
CMYK 0.090.420.00   0.13
XYZ44.857733.076372.4267
Yxy33.07630.29830.2200
Hunter Lab57.512038.5789-34.4074
CIE-Lab64.222643.4994-36.2711

#c980dd color RGB value is (201,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000000 11011101
Octal 311 200 335
Decimal 201 128 221
Hex C9 80 DD

RGB Percentages of Color #c980dd

%36.55
%23.27
%40.18

CMYK Percentages of Color #c980dd

%9
%42
%0
%13

Triadic Colors of #c980dd

#c980dd #ddc980 #80ddc9

Analogous Colors of #c980dd

#c980dd #dd80c3 #9b80dd

Monochromatic Colors of #c980dd

#c980dd

Complementary Color

#c980dd #94dd80

#c980dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c980dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c980dd Color CSS Codes

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

#c980dd Text Font Color

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

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


#c980dd Background Color

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

This div background color is #c980dd


#c980dd Border Color

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

This div border color is #c980dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c980dd


Comments

No comments written yet.

Please login to write comment.