Color Hex Logo

#0863ae Color Hex

#0863AE
(8,99,174)
0 Favorites   0 Comments

Color spaces of #0863ae

RGB 899174
HSL0.580.910.36
HSV207°95°68°
CMYK 0.950.430.00   0.32
XYZ12.202012.031341.7236
Yxy12.03130.18500.1824
Hunter Lab34.68622.0925-47.0390
CIE-Lab41.26585.3970-46.5340

#0863ae color RGB value is (8,99,174).

#0863ae hex color red value is 8, green value is 99 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0863ae hue: 0.58 , saturation: 0.91 and the lightness value of 0863ae is 0.36.

The process color (four color CMYK) of #0863ae color hex is 0.95, 0.43, 0.00, 0.32. Web safe color of #0863ae is #006699. Color #0863ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100011 10101110
Octal 10 143 256
Decimal 8 99 174
Hex 8 63 AE

RGB Percentages of Color #0863ae

%2.85
%35.23
%61.92

CMYK Percentages of Color #0863ae

%95
%43
%0
%32

Triadic Colors of #0863ae

#0863ae #ae0863 #63ae08

Analogous Colors of #0863ae

#0863ae #0810ae #08aea6

Monochromatic Colors of #0863ae

#0863ae

Complementary Color

#0863ae #ae5308

#0863ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0863ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0863ae Color CSS Codes

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

#0863ae Text Font Color

<p style="color:#0863ae">Text here</p>

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


#0863ae Background Color

<div style="background-color:#0863ae">
Div content here</div>

This div background color is #0863ae


#0863ae Border Color

<div style="border:3px solid #0863ae">
Div here</div>

This div border color is #0863ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,99,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0863ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0863ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0863ae;
  box-shadow:         1px 1px 3px 2px #0863ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0863ae


Comments

No comments written yet.

Please login to write comment.