Color Hex Logo

#c850fa Color Hex

#C850FA
(200,80,250)
0 Favorites   0 Comments

Color spaces of #c850fa

RGB 20080250
HSL0.780.940.65
HSV282°68°98°
CMYK 0.200.680.00   0.02
XYZ43.943424.918892.9362
Yxy24.91880.27160.1540
Hunter Lab49.918769.7755-75.4400
CIE-Lab56.996271.9848-63.8609

#c850fa color RGB value is (200,80,250).

#c850fa hex color red value is 200, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c850fa hue: 0.78 , saturation: 0.94 and the lightness value of c850fa is 0.65.

The process color (four color CMYK) of #c850fa color hex is 0.20, 0.68, 0.00, 0.02. Web safe color of #c850fa is #cc66ff. Color #c850fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 11111010
Octal 310 120 372
Decimal 200 80 250
Hex C8 50 FA

RGB Percentages of Color #c850fa

%37.74
%15.09
%47.17

CMYK Percentages of Color #c850fa

%20
%68
%0
%2

Triadic Colors of #c850fa

#c850fa #fac850 #50fac8

Analogous Colors of #c850fa

#c850fa #fa50d7 #7350fa

Monochromatic Colors of #c850fa

#c850fa

Complementary Color

#c850fa #82fa50

#c850fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c850fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c850fa Color CSS Codes

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

#c850fa Text Font Color

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

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


#c850fa Background Color

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

This div background color is #c850fa


#c850fa Border Color

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

This div border color is #c850fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c850fa


Comments

No comments written yet.

Please login to write comment.