Color Hex Logo

#858fe0 Color Hex

#858FE0
(133,143,224)
0 Favorites   0 Comments

Color spaces of #858fe0

RGB 133143224
HSL0.650.590.70
HSV233°41°88°
CMYK 0.410.360.00   0.12
XYZ32.949930.013374.5775
Yxy30.01330.23960.2182
Hunter Lab54.784411.4856-42.3619
CIE-Lab61.665716.4778-42.3910

#858fe0 color RGB value is (133,143,224).

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

The process color (four color CMYK) of #858fe0 color hex is 0.41, 0.36, 0.00, 0.12. Web safe color of #858fe0 is #9999cc. Color #858fe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001111 11100000
Octal 205 217 340
Decimal 133 143 224
Hex 85 8F E0

RGB Percentages of Color #858fe0

%26.60
%28.60
%44.80

CMYK Percentages of Color #858fe0

%41
%36
%0
%12

Triadic Colors of #858fe0

#858fe0 #e0858f #8fe085

Analogous Colors of #858fe0

#858fe0 #a985e0 #85bde0

Monochromatic Colors of #858fe0

#858fe0

Complementary Color

#858fe0 #e0d685

#858fe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858fe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858fe0 Color CSS Codes

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

#858fe0 Text Font Color

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

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


#858fe0 Background Color

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

This div background color is #858fe0


#858fe0 Border Color

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

This div border color is #858fe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858fe0


Comments

No comments written yet.

Please login to write comment.