Color Hex Logo

#c950ce Color Hex

#C950CE
(201,80,206)
0 Favorites   0 Comments

Color spaces of #c950ce

RGB 20180206
HSL0.830.560.56
HSV298°61°81°
CMYK 0.020.610.00   0.19
XYZ38.096622.611160.7490
Yxy22.61110.31370.1862
Hunter Lab47.551159.7946-42.4602
CIE-Lab54.669564.0445-42.8040

#c950ce color RGB value is (201,80,206).

#c950ce hex color red value is 201, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c950ce hue: 0.83 , saturation: 0.56 and the lightness value of c950ce is 0.56.

The process color (four color CMYK) of #c950ce color hex is 0.02, 0.61, 0.00, 0.19. Web safe color of #c950ce is #cc66cc. Color #c950ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 11001110
Octal 311 120 316
Decimal 201 80 206
Hex C9 50 CE

RGB Percentages of Color #c950ce

%41.27
%16.43
%42.30

CMYK Percentages of Color #c950ce

%2
%61
%0
%19

Triadic Colors of #c950ce

#c950ce #cec950 #50cec9

Analogous Colors of #c950ce

#c950ce #ce5094 #8a50ce

Monochromatic Colors of #c950ce

#c950ce

Complementary Color

#c950ce #55ce50

#c950ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c950ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c950ce Color CSS Codes

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

#c950ce Text Font Color

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

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


#c950ce Background Color

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

This div background color is #c950ce


#c950ce Border Color

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

This div border color is #c950ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c950ce


Comments

No comments written yet.

Please login to write comment.