Color Hex Logo

#415eda Color Hex

#415EDA
(65,94,218)
0 Favorites   0 Comments

Color spaces of #415eda

RGB 6594218
HSL0.640.670.55
HSV229°70°85°
CMYK 0.700.570.00   0.15
XYZ18.837614.191268.0760
Yxy14.19120.18630.1404
Hunter Lab37.671223.3348-80.7737
CIE-Lab44.505930.7170-66.6973

#415eda color RGB value is (65,94,218).

#415eda hex color red value is 65, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #415eda hue: 0.64 , saturation: 0.67 and the lightness value of 415eda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011110 11011010
Octal 101 136 332
Decimal 65 94 218
Hex 41 5E DA

RGB Percentages of Color #415eda

%17.24
%24.93
%57.82

CMYK Percentages of Color #415eda

%70
%57
%0
%15

Triadic Colors of #415eda

#415eda #da415e #5eda41

Analogous Colors of #415eda

#415eda #7141da #41abda

Monochromatic Colors of #415eda

#415eda

Complementary Color

#415eda #dabd41

#415eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#415eda Color CSS Codes

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

#415eda Text Font Color

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

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


#415eda Background Color

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

This div background color is #415eda


#415eda Border Color

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

This div border color is #415eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415eda


Comments

No comments written yet.

Please login to write comment.