Color Hex Logo

#858cec Color Hex

#858CEC
(133,140,236)
0 Favorites   0 Comments

Color spaces of #858cec

RGB 133140236
HSL0.660.730.72
HSV236°44°93°
CMYK 0.440.410.00   0.07
XYZ34.191329.798883.3066
Yxy29.79880.23210.2023
Hunter Lab54.588316.2738-52.2701
CIE-Lab61.480221.6340-49.3370

#858cec color RGB value is (133,140,236).

#858cec hex color red value is 133, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #858cec hue: 0.66 , saturation: 0.73 and the lightness value of 858cec is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 11101100
Octal 205 214 354
Decimal 133 140 236
Hex 85 8C EC

RGB Percentages of Color #858cec

%26.13
%27.50
%46.37

CMYK Percentages of Color #858cec

%44
%41
%0
%7

Triadic Colors of #858cec

#858cec #ec858c #8cec85

Analogous Colors of #858cec

#858cec #b285ec #85c0ec

Monochromatic Colors of #858cec

#858cec

Complementary Color

#858cec #ece585

#858cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#858cec Color CSS Codes

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

#858cec Text Font Color

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

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


#858cec Background Color

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

This div background color is #858cec


#858cec Border Color

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

This div border color is #858cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858cec


Comments

No comments written yet.

Please login to write comment.