Color Hex Logo

#858ada Color Hex

#858ADA
(133,138,218)
0 Favorites   0 Comments

Color spaces of #858ada

RGB 133138218
HSL0.660.530.69
HSV236°39°85°
CMYK 0.390.370.00   0.15
XYZ31.416228.225570.1219
Yxy28.22550.24210.2175
Hunter Lab53.127712.5797-41.0660
CIE-Lab60.091917.7248-41.5212

#858ada color RGB value is (133,138,218).

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

The process color (four color CMYK) of #858ada color hex is 0.39, 0.37, 0.00, 0.15. Web safe color of #858ada is #9999cc. Color #858ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 11011010
Octal 205 212 332
Decimal 133 138 218
Hex 85 8A DA

RGB Percentages of Color #858ada

%27.20
%28.22
%44.58

CMYK Percentages of Color #858ada

%39
%37
%0
%15

Triadic Colors of #858ada

#858ada #da858a #8ada85

Analogous Colors of #858ada

#858ada #ab85da #85b5da

Monochromatic Colors of #858ada

#858ada

Complementary Color

#858ada #dad585

#858ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#858ada Color CSS Codes

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

#858ada Text Font Color

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

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


#858ada Background Color

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

This div background color is #858ada


#858ada Border Color

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

This div border color is #858ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858ada


Comments

No comments written yet.

Please login to write comment.