Color Hex Logo

#858ace Color Hex

#858ACE
(133,138,206)
0 Favorites   0 Comments

Color spaces of #858ace

RGB 133138206
HSL0.660.430.66
HSV236°35°81°
CMYK 0.350.330.00   0.19
XYZ29.901927.619762.1477
Yxy27.61970.24990.2308
Hunter Lab52.55449.5908-33.3246
CIE-Lab59.543614.4420-35.6544

#858ace color RGB value is (133,138,206).

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

The process color (four color CMYK) of #858ace color hex is 0.35, 0.33, 0.00, 0.19. Web safe color of #858ace is #9999cc. Color #858ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 11001110
Octal 205 212 316
Decimal 133 138 206
Hex 85 8A CE

RGB Percentages of Color #858ace

%27.88
%28.93
%43.19

CMYK Percentages of Color #858ace

%35
%33
%0
%19

Triadic Colors of #858ace

#858ace #ce858a #8ace85

Analogous Colors of #858ace

#858ace #a585ce #85afce

Monochromatic Colors of #858ace

#858ace

Complementary Color

#858ace #cec985

#858ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#858ace Color CSS Codes

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

#858ace Text Font Color

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

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


#858ace Background Color

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

This div background color is #858ace


#858ace Border Color

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

This div border color is #858ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858ace


Comments

No comments written yet.

Please login to write comment.