Color Hex Logo

#858ffb Color Hex

#858FFB
(133,143,251)
0 Favorites   0 Comments

Color spaces of #858ffb

RGB 133143251
HSL0.650.940.75
HSV235°47°98°
CMYK 0.470.430.00   0.02
XYZ36.907931.596595.4203
Yxy31.59650.22520.1928
Hunter Lab56.210818.8340-61.2999
CIE-Lab63.008024.2277-55.1712

#858ffb color RGB value is (133,143,251).

#858ffb hex color red value is 133, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #858ffb hue: 0.65 , saturation: 0.94 and the lightness value of 858ffb is 0.75.

The process color (four color CMYK) of #858ffb color hex is 0.47, 0.43, 0.00, 0.02. Web safe color of #858ffb is #9999ff. Color #858ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 11111011
Octal 205 217 373
Decimal 133 143 251
Hex 85 8F FB

RGB Percentages of Color #858ffb

%25.24
%27.13
%47.63

CMYK Percentages of Color #858ffb

%47
%43
%0
%2

Triadic Colors of #858ffb

#858ffb #fb858f #8ffb85

Analogous Colors of #858ffb

#858ffb #b685fb #85cafb

Monochromatic Colors of #858ffb

#858ffb

Complementary Color

#858ffb #fbf185

#858ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858ffb Color CSS Codes

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

#858ffb Text Font Color

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

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


#858ffb Background Color

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

This div background color is #858ffb


#858ffb Border Color

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

This div border color is #858ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858ffb

#858ffb Color Palettes


Comments

No comments written yet.

Please login to write comment.