Color Hex Logo

#857fdd Color Hex

#857FDD
(133,127,221)
0 Favorites   0 Comments

Color spaces of #857fdd

RGB 133127221
HSL0.680.580.68
HSV244°43°87°
CMYK 0.400.430.00   0.13
XYZ30.313425.385771.7089
Yxy25.38570.23790.1992
Hunter Lab50.384219.2212-49.1150
CIE-Lab57.449325.0220-47.3706

#857fdd color RGB value is (133,127,221).

#857fdd hex color red value is 133, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #857fdd hue: 0.68 , saturation: 0.58 and the lightness value of 857fdd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 11011101
Octal 205 177 335
Decimal 133 127 221
Hex 85 7F DD

RGB Percentages of Color #857fdd

%27.65
%26.40
%45.95

CMYK Percentages of Color #857fdd

%40
%43
%0
%13

Triadic Colors of #857fdd

#857fdd #dd857f #7fdd85

Analogous Colors of #857fdd

#857fdd #b47fdd #7fa8dd

Monochromatic Colors of #857fdd

#857fdd

Complementary Color

#857fdd #d7dd7f

#857fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#857fdd Color CSS Codes

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

#857fdd Text Font Color

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

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


#857fdd Background Color

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

This div background color is #857fdd


#857fdd Border Color

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

This div border color is #857fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857fdd


Comments

No comments written yet.

Please login to write comment.