Color Hex Logo

#858afa Color Hex

#858AFA
(133,138,250)
0 Favorites   0 Comments

Color spaces of #858afa

RGB 133138250
HSL0.660.920.75
HSV237°47°98°
CMYK 0.470.450.00   0.02
XYZ36.016730.065694.3474
Yxy30.06560.22450.1874
Hunter Lab54.832121.2923-63.6354
CIE-Lab61.710826.8591-56.6878

#858afa color RGB value is (133,138,250).

#858afa hex color red value is 133, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #858afa hue: 0.66 , saturation: 0.92 and the lightness value of 858afa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 11111010
Octal 205 212 372
Decimal 133 138 250
Hex 85 8A FA

RGB Percentages of Color #858afa

%25.53
%26.49
%47.98

CMYK Percentages of Color #858afa

%47
%45
%0
%2

Triadic Colors of #858afa

#858afa #fa858a #8afa85

Analogous Colors of #858afa

#858afa #bb85fa #85c5fa

Monochromatic Colors of #858afa

#858afa

Complementary Color

#858afa #faf585

#858afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#858afa Color CSS Codes

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

#858afa Text Font Color

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

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


#858afa Background Color

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

This div background color is #858afa


#858afa Border Color

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

This div border color is #858afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858afa

Related Colors


Comments

No comments written yet.

Please login to write comment.