Color Hex Logo

#415aae Color Hex

#415AAE
(65,90,174)
0 Favorites   0 Comments

Color spaces of #415aae

RGB 6590174
HSL0.630.460.47
HSV226°63°68°
CMYK 0.630.480.00   0.32
XYZ13.476111.492141.5523
Yxy11.49210.20260.1728
Hunter Lab33.900011.6332-48.9436
CIE-Lab40.397217.6310-47.8325

#415aae color RGB value is (65,90,174).

#415aae hex color red value is 65, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #415aae hue: 0.63 , saturation: 0.46 and the lightness value of 415aae is 0.47.

The process color (four color CMYK) of #415aae color hex is 0.63, 0.48, 0.00, 0.32. Web safe color of #415aae is #336699. Color #415aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011010 10101110
Octal 101 132 256
Decimal 65 90 174
Hex 41 5A AE

RGB Percentages of Color #415aae

%19.76
%27.36
%52.89

CMYK Percentages of Color #415aae

%63
%48
%0
%32

Triadic Colors of #415aae

#415aae #ae415a #5aae41

Analogous Colors of #415aae

#415aae #5e41ae #4191ae

Monochromatic Colors of #415aae

#415aae

Complementary Color

#415aae #ae9541

#415aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#415aae Color CSS Codes

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

#415aae Text Font Color

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

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


#415aae Background Color

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

This div background color is #415aae


#415aae Border Color

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

This div border color is #415aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,90,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 #415aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415aae


Comments

No comments written yet.

Please login to write comment.