Color Hex Logo

#855afb Color Hex

#855AFB
(133,90,251)
0 Favorites   0 Comments

Color spaces of #855afb

RGB 13390251
HSL0.710.950.67
HSV256°64°98°
CMYK 0.470.640.00   0.02
XYZ30.741619.263993.3648
Yxy19.26390.21440.1344
Hunter Lab43.890748.2151-95.3990
CIE-Lab50.994554.4453-74.4998

#855afb color RGB value is (133,90,251).

#855afb hex color red value is 133, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #855afb hue: 0.71 , saturation: 0.95 and the lightness value of 855afb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 11111011
Octal 205 132 373
Decimal 133 90 251
Hex 85 5A FB

RGB Percentages of Color #855afb

%28.06
%18.99
%52.95

CMYK Percentages of Color #855afb

%47
%64
%0
%2

Triadic Colors of #855afb

#855afb #fb855a #5afb85

Analogous Colors of #855afb

#855afb #d65afb #5a80fb

Monochromatic Colors of #855afb

#855afb

Complementary Color

#855afb #d0fb5a

#855afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855afb Color CSS Codes

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

#855afb Text Font Color

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

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


#855afb Background Color

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

This div background color is #855afb


#855afb Border Color

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

This div border color is #855afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,90,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855afb

Related Colors


Comments

No comments written yet.

Please login to write comment.