Color Hex Logo

#0857de Color Hex

#0857DE
(8,87,222)
0 Favorites   0 Comments

Color spaces of #0857de

RGB 887222
HSL0.610.930.45
HSV218°96°87°
CMYK 0.960.610.00   0.13
XYZ16.693212.141970.5710
Yxy12.14190.16790.1221
Hunter Lab34.845224.5343-95.6866
CIE-Lab41.440832.4185-74.0463

#0857de color RGB value is (8,87,222).

#0857de hex color red value is 8, green value is 87 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0857de hue: 0.61 , saturation: 0.93 and the lightness value of 0857de is 0.45.

The process color (four color CMYK) of #0857de color hex is 0.96, 0.61, 0.00, 0.13. Web safe color of #0857de is #0066cc. Color #0857de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010111 11011110
Octal 10 127 336
Decimal 8 87 222
Hex 8 57 DE

RGB Percentages of Color #0857de

%2.52
%27.44
%70.03

CMYK Percentages of Color #0857de

%96
%61
%0
%13

Triadic Colors of #0857de

#0857de #de0857 #57de08

Analogous Colors of #0857de

#0857de #2408de #08c2de

Monochromatic Colors of #0857de

#0857de

Complementary Color

#0857de #de8f08

#0857de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0857de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0857de Color CSS Codes

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

#0857de Text Font Color

<p style="color:#0857de">Text here</p>

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


#0857de Background Color

<div style="background-color:#0857de">
Div content here</div>

This div background color is #0857de


#0857de Border Color

<div style="border:3px solid #0857de">
Div here</div>

This div border color is #0857de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,87,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0857de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0857de;
  -webkit-box-shadow: 1px 1px 3px 2px #0857de;
  box-shadow:         1px 1px 3px 2px #0857de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,87,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0857de


Comments

No comments written yet.

Please login to write comment.