Color Hex Logo

#c855fa Color Hex

#C855FA
(200,85,250)
0 Favorites   0 Comments

Color spaces of #c855fa

RGB 20085250
HSL0.780.940.66
HSV282°66°98°
CMYK 0.200.660.00   0.02
XYZ44.323225.678593.0628
Yxy25.67850.27180.1575
Hunter Lab50.674067.4499-73.4144
CIE-Lab57.730669.9299-62.6808

#c855fa color RGB value is (200,85,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010101 11111010
Octal 310 125 372
Decimal 200 85 250
Hex C8 55 FA

RGB Percentages of Color #c855fa

%37.38
%15.89
%46.73

CMYK Percentages of Color #c855fa

%20
%66
%0
%2

Triadic Colors of #c855fa

#c855fa #fac855 #55fac8

Analogous Colors of #c855fa

#c855fa #fa55da #7655fa

Monochromatic Colors of #c855fa

#c855fa

Complementary Color

#c855fa #87fa55

#c855fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c855fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c855fa Color CSS Codes

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

#c855fa Text Font Color

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

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


#c855fa Background Color

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

This div background color is #c855fa


#c855fa Border Color

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

This div border color is #c855fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,85,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 #c855fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c855fa


Comments

No comments written yet.

Please login to write comment.