Color Hex Logo

#858def Color Hex

#858DEF
(133,141,239)
0 Favorites   0 Comments

Color spaces of #858def

RGB 133141239
HSL0.650.770.73
HSV235°44°94°
CMYK 0.440.410.00   0.06
XYZ34.777730.268385.6707
Yxy30.26830.23070.2008
Hunter Lab55.016616.5562-53.8134
CIE-Lab61.885021.9106-50.3533

#858def color RGB value is (133,141,239).

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

The process color (four color CMYK) of #858def color hex is 0.44, 0.41, 0.00, 0.06. Web safe color of #858def is #9999ff. Color #858def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001101 11101111
Octal 205 215 357
Decimal 133 141 239
Hex 85 8D EF

RGB Percentages of Color #858def

%25.93
%27.49
%46.59

CMYK Percentages of Color #858def

%44
%41
%0
%6

Triadic Colors of #858def

#858def #ef858d #8def85

Analogous Colors of #858def

#858def #b285ef #85c2ef

Monochromatic Colors of #858def

#858def

Complementary Color

#858def #efe785

#858def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858def Color Preview on White Background

Lorem ipsum dolor sit amet.

#858def Color CSS Codes

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

#858def Text Font Color

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

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


#858def Background Color

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

This div background color is #858def


#858def Border Color

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

This div border color is #858def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858def


Comments

No comments written yet.

Please login to write comment.