Color Hex Logo

#858efa Color Hex

#858EFA
(133,142,250)
0 Favorites   0 Comments

Color spaces of #858efa

RGB 133142250
HSL0.650.920.75
HSV235°47°98°
CMYK 0.470.430.00   0.02
XYZ36.601231.234794.5423
Yxy31.23470.22540.1924
Hunter Lab55.888019.0961-61.1756
CIE-Lab62.705324.5194-55.1043

#858efa color RGB value is (133,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001110 11111010
Octal 205 216 372
Decimal 133 142 250
Hex 85 8E FA

RGB Percentages of Color #858efa

%25.33
%27.05
%47.62

CMYK Percentages of Color #858efa

%47
%43
%0
%2

Triadic Colors of #858efa

#858efa #fa858e #8efa85

Analogous Colors of #858efa

#858efa #b785fa #85c9fa

Monochromatic Colors of #858efa

#858efa

Complementary Color

#858efa #faf185

#858efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#858efa Color CSS Codes

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

#858efa Text Font Color

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

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


#858efa Background Color

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

This div background color is #858efa


#858efa Border Color

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

This div border color is #858efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858efa


Comments

No comments written yet.

Please login to write comment.