Color Hex Logo

#085dca Color Hex

#085DCA
(8,93,202)
0 Favorites   0 Comments

Color spaces of #085dca

RGB 893202
HSL0.590.920.41
HSV214°96°79°
CMYK 0.960.540.00   0.21
XYZ14.675212.144657.4478
Yxy12.14460.17410.1441
Hunter Lab34.849114.1817-73.3436
CIE-Lab41.445020.6291-62.5667

#085dca color RGB value is (8,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011101 11001010
Octal 10 135 312
Decimal 8 93 202
Hex 8 5D CA

RGB Percentages of Color #085dca

%2.64
%30.69
%66.67

CMYK Percentages of Color #085dca

%96
%54
%0
%21

Triadic Colors of #085dca

#085dca #ca085d #5dca08

Analogous Colors of #085dca

#085dca #1408ca #08beca

Monochromatic Colors of #085dca

#085dca

Complementary Color

#085dca #ca7508

#085dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#085dca Color CSS Codes

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

#085dca Text Font Color

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

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


#085dca Background Color

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

This div background color is #085dca


#085dca Border Color

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

This div border color is #085dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,93,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 #085dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085dca


Comments

No comments written yet.

Please login to write comment.