Color Hex Logo

#415ad1 Color Hex

#415AD1
(65,90,209)
0 Favorites   0 Comments

Color spaces of #415ad1

RGB 6590209
HSL0.640.610.54
HSV230°69°82°
CMYK 0.690.570.00   0.18
XYZ17.344813.039661.9243
Yxy13.03960.18790.1413
Hunter Lab36.110422.5452-76.3968
CIE-Lab42.822930.0581-64.2843

#415ad1 color RGB value is (65,90,209).

#415ad1 hex color red value is 65, green value is 90 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #415ad1 hue: 0.64 , saturation: 0.61 and the lightness value of 415ad1 is 0.54.

The process color (four color CMYK) of #415ad1 color hex is 0.69, 0.57, 0.00, 0.18. Web safe color of #415ad1 is #3366cc. Color #415ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011010 11010001
Octal 101 132 321
Decimal 65 90 209
Hex 41 5A D1

RGB Percentages of Color #415ad1

%17.86
%24.73
%57.42

CMYK Percentages of Color #415ad1

%69
%57
%0
%18

Triadic Colors of #415ad1

#415ad1 #d1415a #5ad141

Analogous Colors of #415ad1

#415ad1 #7041d1 #41a2d1

Monochromatic Colors of #415ad1

#415ad1

Complementary Color

#415ad1 #d1b841

#415ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415ad1 Color CSS Codes

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

#415ad1 Text Font Color

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

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


#415ad1 Background Color

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

This div background color is #415ad1


#415ad1 Border Color

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

This div border color is #415ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415ad1


Comments

No comments written yet.

Please login to write comment.