Color Hex Logo

#c950c5 Color Hex

#C950C5
(201,80,197)
0 Favorites   0 Comments

Color spaces of #c950c5

RGB 20180197
HSL0.840.530.55
HSV302°60°79°
CMYK 0.000.600.02   0.21
XYZ37.034122.186055.1537
Yxy22.18600.32380.1940
Hunter Lab47.102057.9176-36.4537
CIE-Lab54.223862.5059-38.3538

#c950c5 color RGB value is (201,80,197).

#c950c5 hex color red value is 201, green value is 80 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c950c5 hue: 0.84 , saturation: 0.53 and the lightness value of c950c5 is 0.55.

The process color (four color CMYK) of #c950c5 color hex is 0.00, 0.60, 0.02, 0.21. Web safe color of #c950c5 is #cc66cc. Color #c950c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 11000101
Octal 311 120 305
Decimal 201 80 197
Hex C9 50 C5

RGB Percentages of Color #c950c5

%42.05
%16.74
%41.21

CMYK Percentages of Color #c950c5

%0
%60
%2
%21

Triadic Colors of #c950c5

#c950c5 #c5c950 #50c5c9

Analogous Colors of #c950c5

#c950c5 #c95089 #9150c9

Monochromatic Colors of #c950c5

#c950c5

Complementary Color

#c950c5 #50c954

#c950c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c950c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c950c5 Color CSS Codes

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

#c950c5 Text Font Color

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

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


#c950c5 Background Color

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

This div background color is #c950c5


#c950c5 Border Color

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

This div border color is #c950c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c950c5


Comments

No comments written yet.

Please login to write comment.