Color Hex Logo

#407bad Color Hex

#407BAD
(64,123,173)
0 Favorites   0 Comments

Color spaces of #407bad

RGB 64123173
HSL0.580.460.46
HSV208°63°68°
CMYK 0.630.290.00   0.32
XYZ16.740118.273042.1799
Yxy18.27300.21690.2367
Hunter Lab42.7469-4.9048-28.5807
CIE-Lab49.8256-3.4609-32.3035

#407bad color RGB value is (64,123,173).

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

The process color (four color CMYK) of #407bad color hex is 0.63, 0.29, 0.00, 0.32. Web safe color of #407bad is #336699. Color #407bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 10101101
Octal 100 173 255
Decimal 64 123 173
Hex 40 7B AD

RGB Percentages of Color #407bad

%17.78
%34.17
%48.06

CMYK Percentages of Color #407bad

%63
%29
%0
%32

Triadic Colors of #407bad

#407bad #ad407b #7bad40

Analogous Colors of #407bad

#407bad #4045ad #40ada9

Monochromatic Colors of #407bad

#407bad

Complementary Color

#407bad #ad7240

#407bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bad Color CSS Codes

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

#407bad Text Font Color

<p style="color:#407bad">Text here</p>

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


#407bad Background Color

<div style="background-color:#407bad">
Div content here</div>

This div background color is #407bad


#407bad Border Color

<div style="border:3px solid #407bad">
Div here</div>

This div border color is #407bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bad


Comments

No comments written yet.

Please login to write comment.