Color Hex Logo

#085fca Color Hex

#085FCA
(8,95,202)
0 Favorites   0 Comments

Color spaces of #085fca

RGB 895202
HSL0.590.920.41
HSV213°96°79°
CMYK 0.960.530.00   0.21
XYZ14.853012.500357.5071
Yxy12.50030.17500.1473
Hunter Lab35.355813.1155-71.6877
CIE-Lab42.000519.3139-61.6646

#085fca color RGB value is (8,95,202).

#085fca hex color red value is 8, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #085fca hue: 0.59 , saturation: 0.92 and the lightness value of 085fca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011111 11001010
Octal 10 137 312
Decimal 8 95 202
Hex 8 5F CA

RGB Percentages of Color #085fca

%2.62
%31.15
%66.23

CMYK Percentages of Color #085fca

%96
%53
%0
%21

Triadic Colors of #085fca

#085fca #ca085f #5fca08

Analogous Colors of #085fca

#085fca #1208ca #08c0ca

Monochromatic Colors of #085fca

#085fca

Complementary Color

#085fca #ca7308

#085fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#085fca Color CSS Codes

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

#085fca Text Font Color

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

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


#085fca Background Color

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

This div background color is #085fca


#085fca Border Color

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

This div border color is #085fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085fca


Comments

No comments written yet.

Please login to write comment.