Color Hex Logo

#4083ad Color Hex

#4083AD
(64,131,173)
0 Favorites   0 Comments

Color spaces of #4083ad

RGB 64131173
HSL0.560.460.46
HSV203°63°68°
CMYK 0.630.240.00   0.32
XYZ17.773520.339742.5244
Yxy20.33970.22040.2522
Hunter Lab45.0996-8.5783-24.3349
CIE-Lab52.2191-8.1256-28.5725

#4083ad color RGB value is (64,131,173).

#4083ad hex color red value is 64, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4083ad hue: 0.56 , saturation: 0.46 and the lightness value of 4083ad is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000011 10101101
Octal 100 203 255
Decimal 64 131 173
Hex 40 83 AD

RGB Percentages of Color #4083ad

%17.39
%35.60
%47.01

CMYK Percentages of Color #4083ad

%63
%24
%0
%32

Triadic Colors of #4083ad

#4083ad #ad4083 #83ad40

Analogous Colors of #4083ad

#4083ad #404cad #40ada1

Monochromatic Colors of #4083ad

#4083ad

Complementary Color

#4083ad #ad6a40

#4083ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4083ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4083ad Color CSS Codes

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

#4083ad Text Font Color

<p style="color:#4083ad">Text here</p>

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


#4083ad Background Color

<div style="background-color:#4083ad">
Div content here</div>

This div background color is #4083ad


#4083ad Border Color

<div style="border:3px solid #4083ad">
Div here</div>

This div border color is #4083ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,131,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4083ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4083ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4083ad;
  box-shadow:         1px 1px 3px 2px #4083ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,131,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4083ad


Comments

No comments written yet.

Please login to write comment.