Color Hex Logo

#415eab Color Hex

#415EAB
(65,94,171)
0 Favorites   0 Comments

Color spaces of #415eab

RGB 6594171
HSL0.620.450.46
HSV224°62°67°
CMYK 0.620.450.00   0.33
XYZ13.533412.069540.1444
Yxy12.06950.20580.1836
Hunter Lab34.74128.7375-44.1924
CIE-Lab41.326413.9952-44.5733

#415eab color RGB value is (65,94,171).

#415eab hex color red value is 65, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #415eab hue: 0.62 , saturation: 0.45 and the lightness value of 415eab is 0.46.

The process color (four color CMYK) of #415eab color hex is 0.62, 0.45, 0.00, 0.33. Web safe color of #415eab is #336699. Color #415eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011110 10101011
Octal 101 136 253
Decimal 65 94 171
Hex 41 5E AB

RGB Percentages of Color #415eab

%19.70
%28.48
%51.82

CMYK Percentages of Color #415eab

%62
%45
%0
%33

Triadic Colors of #415eab

#415eab #ab415e #5eab41

Analogous Colors of #415eab

#415eab #5941ab #4193ab

Monochromatic Colors of #415eab

#415eab

Complementary Color

#415eab #ab8e41

#415eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#415eab Color CSS Codes

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

#415eab Text Font Color

<p style="color:#415eab">Text here</p>

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


#415eab Background Color

<div style="background-color:#415eab">
Div content here</div>

This div background color is #415eab


#415eab Border Color

<div style="border:3px solid #415eab">
Div here</div>

This div border color is #415eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,94,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #415eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #415eab;
  -webkit-box-shadow: 1px 1px 3px 2px #415eab;
  box-shadow:         1px 1px 3px 2px #415eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,94,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415eab


Comments

No comments written yet.

Please login to write comment.