Color Hex Logo

#085fc1 Color Hex

#085FC1
(8,95,193)
0 Favorites   0 Comments

Color spaces of #085fc1

RGB 895193
HSL0.590.920.39
HSV212°96°76°
CMYK 0.960.510.00   0.24
XYZ13.818012.086352.0567
Yxy12.08630.17720.1550
Hunter Lab34.765410.1081-64.4435
CIE-Lab41.353015.6981-57.5032

#085fc1 color RGB value is (8,95,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011111 11000001
Octal 10 137 301
Decimal 8 95 193
Hex 8 5F C1

RGB Percentages of Color #085fc1

%2.70
%32.09
%65.20

CMYK Percentages of Color #085fc1

%96
%51
%0
%24

Triadic Colors of #085fc1

#085fc1 #c1085f #5fc108

Analogous Colors of #085fc1

#085fc1 #0d08c1 #08bcc1

Monochromatic Colors of #085fc1

#085fc1

Complementary Color

#085fc1 #c16a08

#085fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085fc1 Color CSS Codes

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

#085fc1 Text Font Color

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

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


#085fc1 Background Color

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

This div background color is #085fc1


#085fc1 Border Color

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

This div border color is #085fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085fc1


Comments

No comments written yet.

Please login to write comment.