Color Hex Logo

#c950dc Color Hex

#C950DC
(201,80,220)
0 Favorites   0 Comments

Color spaces of #c950dc

RGB 20180220
HSL0.810.670.59
HSV292°64°86°
CMYK 0.090.640.00   0.14
XYZ39.874323.322170.1102
Yxy23.32210.29910.1750
Hunter Lab48.293062.8703-52.2703
CIE-Lab55.402666.5318-49.5966

#c950dc color RGB value is (201,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 11011100
Octal 311 120 334
Decimal 201 80 220
Hex C9 50 DC

RGB Percentages of Color #c950dc

%40.12
%15.97
%43.91

CMYK Percentages of Color #c950dc

%9
%64
%0
%14

Triadic Colors of #c950dc

#c950dc #dcc950 #50dcc9

Analogous Colors of #c950dc

#c950dc #dc50a9 #8350dc

Monochromatic Colors of #c950dc

#c950dc

Complementary Color

#c950dc #63dc50

#c950dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c950dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c950dc Color CSS Codes

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

#c950dc Text Font Color

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

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


#c950dc Background Color

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

This div background color is #c950dc


#c950dc Border Color

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

This div border color is #c950dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,80,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c950dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c950dc


Comments

No comments written yet.

Please login to write comment.