Color Hex Logo

#c950da Color Hex

#C950DA
(201,80,218)
0 Favorites   0 Comments

Color spaces of #c950da

RGB 20180218
HSL0.810.650.58
HSV293°63°85°
CMYK 0.080.630.00   0.15
XYZ39.610923.216868.7232
Yxy23.21680.30110.1765
Hunter Lab48.183862.4194-50.8350
CIE-Lab55.295066.1697-48.6357

#c950da color RGB value is (201,80,218).

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

The process color (four color CMYK) of #c950da color hex is 0.08, 0.63, 0.00, 0.15. Web safe color of #c950da is #cc66cc. Color #c950da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010000 11011010
Octal 311 120 332
Decimal 201 80 218
Hex C9 50 DA

RGB Percentages of Color #c950da

%40.28
%16.03
%43.69

CMYK Percentages of Color #c950da

%8
%63
%0
%15

Triadic Colors of #c950da

#c950da #dac950 #50dac9

Analogous Colors of #c950da

#c950da #da50a6 #8450da

Monochromatic Colors of #c950da

#c950da

Complementary Color

#c950da #61da50

#c950da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c950da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c950da Color CSS Codes

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

#c950da Text Font Color

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

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


#c950da Background Color

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

This div background color is #c950da


#c950da Border Color

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

This div border color is #c950da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c950da


Comments

No comments written yet.

Please login to write comment.