Color Hex Logo

#4085ae Color Hex

#4085AE
(64,133,174)
0 Favorites   0 Comments

Color spaces of #4085ae

RGB 64133174
HSL0.560.460.47
HSV202°63°68°
CMYK 0.630.240.00   0.32
XYZ18.141920.921043.1264
Yxy20.92100.22070.2545
Hunter Lab45.7395-9.2447-23.8851
CIE-Lab52.8629-8.9386-28.1491

#4085ae color RGB value is (64,133,174).

#4085ae hex color red value is 64, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4085ae hue: 0.56 , saturation: 0.46 and the lightness value of 4085ae is 0.47.

The process color (four color CMYK) of #4085ae color hex is 0.63, 0.24, 0.00, 0.32. Web safe color of #4085ae is #339999. Color #4085ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000101 10101110
Octal 100 205 256
Decimal 64 133 174
Hex 40 85 AE

RGB Percentages of Color #4085ae

%17.25
%35.85
%46.90

CMYK Percentages of Color #4085ae

%63
%24
%0
%32

Triadic Colors of #4085ae

#4085ae #ae4085 #85ae40

Analogous Colors of #4085ae

#4085ae #404eae #40aea0

Monochromatic Colors of #4085ae

#4085ae

Complementary Color

#4085ae #ae6940

#4085ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4085ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4085ae Color CSS Codes

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

#4085ae Text Font Color

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

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


#4085ae Background Color

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

This div background color is #4085ae


#4085ae Border Color

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

This div border color is #4085ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,133,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 #4085ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4085ae


Comments

No comments written yet.

Please login to write comment.