Color Hex Logo

#857cdc Color Hex

#857CDC
(133,124,220)
0 Favorites   0 Comments

Color spaces of #857cdc

RGB 133124220
HSL0.680.580.67
HSV246°44°86°
CMYK 0.400.440.00   0.14
XYZ29.798824.569270.8819
Yxy24.56920.23790.1962
Hunter Lab49.567320.5675-50.0883
CIE-Lab56.653226.5092-48.0717

#857cdc color RGB value is (133,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11011100
Octal 205 174 334
Decimal 133 124 220
Hex 85 7C DC

RGB Percentages of Color #857cdc

%27.88
%26.00
%46.12

CMYK Percentages of Color #857cdc

%40
%44
%0
%14

Triadic Colors of #857cdc

#857cdc #dc857c #7cdc85

Analogous Colors of #857cdc

#857cdc #b57cdc #7ca3dc

Monochromatic Colors of #857cdc

#857cdc

Complementary Color

#857cdc #d3dc7c

#857cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cdc Color CSS Codes

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

#857cdc Text Font Color

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

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


#857cdc Background Color

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

This div background color is #857cdc


#857cdc Border Color

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

This div border color is #857cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cdc


Comments

No comments written yet.

Please login to write comment.