Color Hex Logo

#c950dd Color Hex

#C950DD
(201,80,221)
0 Favorites   0 Comments

Color spaces of #c950dd

RGB 20180221
HSL0.810.670.59
HSV291°64°87°
CMYK 0.090.640.00   0.13
XYZ40.007223.375370.8099
Yxy23.37530.29810.1742
Hunter Lab48.348063.0969-52.9918
CIE-Lab55.456866.7133-50.0757

#c950dd color RGB value is (201,80,221).

#c950dd hex color red value is 201, green value is 80 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c950dd hue: 0.81 , saturation: 0.67 and the lightness value of c950dd is 0.59.

The process color (four color CMYK) of #c950dd color hex is 0.09, 0.64, 0.00, 0.13. Web safe color of #c950dd is #cc66cc. Color #c950dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 11011101
Octal 311 120 335
Decimal 201 80 221
Hex C9 50 DD

RGB Percentages of Color #c950dd

%40.04
%15.94
%44.02

CMYK Percentages of Color #c950dd

%9
%64
%0
%13

Triadic Colors of #c950dd

#c950dd #ddc950 #50ddc9

Analogous Colors of #c950dd

#c950dd #dd50ab #8350dd

Monochromatic Colors of #c950dd

#c950dd

Complementary Color

#c950dd #64dd50

#c950dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c950dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c950dd Color CSS Codes

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

#c950dd Text Font Color

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

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


#c950dd Background Color

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

This div background color is #c950dd


#c950dd Border Color

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

This div border color is #c950dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c950dd


Comments

No comments written yet.

Please login to write comment.