Color Hex Logo

#c950eb Color Hex

#C950EB
(201,80,235)
0 Favorites   0 Comments

Color spaces of #c950eb

RGB 20180235
HSL0.800.790.62
HSV287°66°92°
CMYK 0.140.660.00   0.08
XYZ41.951524.153081.0482
Yxy24.15300.28510.1641
Hunter Lab49.145766.3653-63.3756
CIE-Lab56.240769.3092-56.7026

#c950eb color RGB value is (201,80,235).

#c950eb hex color red value is 201, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c950eb hue: 0.80 , saturation: 0.79 and the lightness value of c950eb is 0.62.

The process color (four color CMYK) of #c950eb color hex is 0.14, 0.66, 0.00, 0.08. Web safe color of #c950eb is #cc66ff. Color #c950eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 11101011
Octal 311 120 353
Decimal 201 80 235
Hex C9 50 EB

RGB Percentages of Color #c950eb

%38.95
%15.50
%45.54

CMYK Percentages of Color #c950eb

%14
%66
%0
%8

Triadic Colors of #c950eb

#c950eb #ebc950 #50ebc9

Analogous Colors of #c950eb

#c950eb #eb50c0 #7c50eb

Monochromatic Colors of #c950eb

#c950eb

Complementary Color

#c950eb #72eb50

#c950eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c950eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c950eb Color CSS Codes

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

#c950eb Text Font Color

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

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


#c950eb Background Color

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

This div background color is #c950eb


#c950eb Border Color

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

This div border color is #c950eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c950eb


Comments

No comments written yet.

Please login to write comment.