Color Hex Logo

#857ced Color Hex

#857CED
(133,124,237)
0 Favorites   0 Comments

Color spaces of #857ced

RGB 133124237
HSL0.680.760.71
HSV245°48°93°
CMYK 0.440.480.00   0.07
XYZ32.166625.516383.3505
Yxy25.51630.22810.1809
Hunter Lab50.513725.2681-62.4724
CIE-Lab57.575031.3042-56.1022

#857ced color RGB value is (133,124,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11101101
Octal 205 174 355
Decimal 133 124 237
Hex 85 7C ED

RGB Percentages of Color #857ced

%26.92
%25.10
%47.98

CMYK Percentages of Color #857ced

%44
%48
%0
%7

Triadic Colors of #857ced

#857ced #ed857c #7ced85

Analogous Colors of #857ced

#857ced #be7ced #7caced

Monochromatic Colors of #857ced

#857ced

Complementary Color

#857ced #e4ed7c

#857ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ced Color CSS Codes

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

#857ced Text Font Color

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

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


#857ced Background Color

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

This div background color is #857ced


#857ced Border Color

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

This div border color is #857ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ced


Comments

No comments written yet.

Please login to write comment.