Color Hex Logo

#858dda Color Hex

#858DDA
(133,141,218)
0 Favorites   0 Comments

Color spaces of #858dda

RGB 133141218
HSL0.650.530.69
HSV234°39°85°
CMYK 0.390.350.00   0.15
XYZ31.852629.098370.2674
Yxy29.09830.24270.2218
Hunter Lab53.942811.0021-39.4728
CIE-Lab60.868315.9718-40.3020

#858dda color RGB value is (133,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001101 11011010
Octal 205 215 332
Decimal 133 141 218
Hex 85 8D DA

RGB Percentages of Color #858dda

%27.03
%28.66
%44.31

CMYK Percentages of Color #858dda

%39
%35
%0
%15

Triadic Colors of #858dda

#858dda #da858d #8dda85

Analogous Colors of #858dda

#858dda #a885da #85b8da

Monochromatic Colors of #858dda

#858dda

Complementary Color

#858dda #dad285

#858dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#858dda Color CSS Codes

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

#858dda Text Font Color

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

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


#858dda Background Color

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

This div background color is #858dda


#858dda Border Color

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

This div border color is #858dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,141,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 #858dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858dda


Comments

No comments written yet.

Please login to write comment.