Color Hex Logo

#858ae6 Color Hex

#858AE6
(133,138,230)
0 Favorites   0 Comments

Color spaces of #858ae6

RGB 133138230
HSL0.660.660.71
HSV237°42°90°
CMYK 0.420.400.00   0.10
XYZ33.044328.876778.6950
Yxy28.87670.23500.2054
Hunter Lab53.737015.7244-49.2111
CIE-Lab60.672721.0932-47.2897

#858ae6 color RGB value is (133,138,230).

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

The process color (four color CMYK) of #858ae6 color hex is 0.42, 0.40, 0.00, 0.10. Web safe color of #858ae6 is #9999ff. Color #858ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 11100110
Octal 205 212 346
Decimal 133 138 230
Hex 85 8A E6

RGB Percentages of Color #858ae6

%26.55
%27.54
%45.91

CMYK Percentages of Color #858ae6

%42
%40
%0
%10

Triadic Colors of #858ae6

#858ae6 #e6858a #8ae685

Analogous Colors of #858ae6

#858ae6 #b185e6 #85bbe6

Monochromatic Colors of #858ae6

#858ae6

Complementary Color

#858ae6 #e6e185

#858ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858ae6 Color CSS Codes

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

#858ae6 Text Font Color

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

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


#858ae6 Background Color

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

This div background color is #858ae6


#858ae6 Border Color

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

This div border color is #858ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858ae6


Comments

No comments written yet.

Please login to write comment.