Color Hex Logo

#085acf Color Hex

#085ACF
(8,90,207)
0 Favorites   0 Comments

Color spaces of #085acf

RGB 890207
HSL0.600.930.42
HSV215°96°81°
CMYK 0.960.570.00   0.19
XYZ15.018811.868960.5308
Yxy11.86890.17180.1358
Hunter Lab34.451317.5262-80.0565
CIE-Lab41.007024.5944-66.1627

#085acf color RGB value is (8,90,207).

#085acf hex color red value is 8, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #085acf hue: 0.60 , saturation: 0.93 and the lightness value of 085acf is 0.42.

The process color (four color CMYK) of #085acf color hex is 0.96, 0.57, 0.00, 0.19. Web safe color of #085acf is #0066cc. Color #085acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011010 11001111
Octal 10 132 317
Decimal 8 90 207
Hex 8 5A CF

RGB Percentages of Color #085acf

%2.62
%29.51
%67.87

CMYK Percentages of Color #085acf

%96
%57
%0
%19

Triadic Colors of #085acf

#085acf #cf085a #5acf08

Analogous Colors of #085acf

#085acf #1908cf #08becf

Monochromatic Colors of #085acf

#085acf

Complementary Color

#085acf #cf7d08

#085acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#085acf Color CSS Codes

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

#085acf Text Font Color

<p style="color:#085acf">Text here</p>

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


#085acf Background Color

<div style="background-color:#085acf">
Div content here</div>

This div background color is #085acf


#085acf Border Color

<div style="border:3px solid #085acf">
Div here</div>

This div border color is #085acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,90,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #085acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #085acf;
  -webkit-box-shadow: 1px 1px 3px 2px #085acf;
  box-shadow:         1px 1px 3px 2px #085acf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085acf


Comments

No comments written yet.

Please login to write comment.