Color Hex Logo

#857ade Color Hex

#857ADE
(133,122,222)
0 Favorites   0 Comments

Color spaces of #857ade

RGB 133122222
HSL0.690.600.67
HSV247°45°87°
CMYK 0.400.450.00   0.13
XYZ29.817224.179572.2028
Yxy24.17950.23630.1916
Hunter Lab49.172722.1863-52.6378
CIE-Lab56.267128.2436-49.8076

#857ade color RGB value is (133,122,222).

#857ade hex color red value is 133, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #857ade hue: 0.69 , saturation: 0.60 and the lightness value of 857ade is 0.67.

The process color (four color CMYK) of #857ade color hex is 0.40, 0.45, 0.00, 0.13. Web safe color of #857ade is #9966cc. Color #857ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 11011110
Octal 205 172 336
Decimal 133 122 222
Hex 85 7A DE

RGB Percentages of Color #857ade

%27.88
%25.58
%46.54

CMYK Percentages of Color #857ade

%40
%45
%0
%13

Triadic Colors of #857ade

#857ade #de857a #7ade85

Analogous Colors of #857ade

#857ade #b77ade #7aa1de

Monochromatic Colors of #857ade

#857ade

Complementary Color

#857ade #d3de7a

#857ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ade Color CSS Codes

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

#857ade Text Font Color

<p style="color:#857ade">Text here</p>

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


#857ade Background Color

<div style="background-color:#857ade">
Div content here</div>

This div background color is #857ade


#857ade Border Color

<div style="border:3px solid #857ade">
Div here</div>

This div border color is #857ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,122,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857ade;
  -webkit-box-shadow: 1px 1px 3px 2px #857ade;
  box-shadow:         1px 1px 3px 2px #857ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ade


Comments

No comments written yet.

Please login to write comment.