Color Hex Logo

#857ded Color Hex

#857DED
(133,125,237)
0 Favorites   0 Comments

Color spaces of #857ded

RGB 133125237
HSL0.680.760.71
HSV244°47°93°
CMYK 0.440.470.00   0.07
XYZ32.292525.768283.3925
Yxy25.76820.22830.1822
Hunter Lab50.762424.7186-61.8680
CIE-Lab57.816430.7181-55.7169

#857ded color RGB value is (133,125,237).

#857ded hex color red value is 133, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #857ded hue: 0.68 , saturation: 0.76 and the lightness value of 857ded is 0.71.

The process color (four color CMYK) of #857ded color hex is 0.44, 0.47, 0.00, 0.07. Web safe color of #857ded is #9966ff. Color #857ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111101 11101101
Octal 205 175 355
Decimal 133 125 237
Hex 85 7D ED

RGB Percentages of Color #857ded

%26.87
%25.25
%47.88

CMYK Percentages of Color #857ded

%44
%47
%0
%7

Triadic Colors of #857ded

#857ded #ed857d #7ded85

Analogous Colors of #857ded

#857ded #bd7ded #7daded

Monochromatic Colors of #857ded

#857ded

Complementary Color

#857ded #e5ed7d

#857ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ded Color CSS Codes

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

#857ded Text Font Color

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

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


#857ded Background Color

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

This div background color is #857ded


#857ded Border Color

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

This div border color is #857ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ded


Comments

No comments written yet.

Please login to write comment.