Color Hex Logo

#855ffa Color Hex

#855FFA
(133,95,250)
0 Favorites   0 Comments

Color spaces of #855ffa

RGB 13395250
HSL0.710.940.68
HSV255°62°98°
CMYK 0.470.620.00   0.02
XYZ31.020420.073192.6820
Yxy20.07310.21580.1396
Hunter Lab44.803045.1833-91.2885
CIE-Lab51.919851.4917-72.4403

#855ffa color RGB value is (133,95,250).

#855ffa hex color red value is 133, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #855ffa hue: 0.71 , saturation: 0.94 and the lightness value of 855ffa is 0.68.

The process color (four color CMYK) of #855ffa color hex is 0.47, 0.62, 0.00, 0.02. Web safe color of #855ffa is #9966ff. Color #855ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 11111010
Octal 205 137 372
Decimal 133 95 250
Hex 85 5F FA

RGB Percentages of Color #855ffa

%27.82
%19.87
%52.30

CMYK Percentages of Color #855ffa

%47
%62
%0
%2

Triadic Colors of #855ffa

#855ffa #fa855f #5ffa85

Analogous Colors of #855ffa

#855ffa #d35ffa #5f87fa

Monochromatic Colors of #855ffa

#855ffa

Complementary Color

#855ffa #d4fa5f

#855ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ffa Color CSS Codes

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

#855ffa Text Font Color

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

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


#855ffa Background Color

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

This div background color is #855ffa


#855ffa Border Color

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

This div border color is #855ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,95,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #855ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #855ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #855ffa;
  box-shadow:         1px 1px 3px 2px #855ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,95,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 #855ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ffa


Comments

No comments written yet.

Please login to write comment.