Color Hex Logo

#415ebe Color Hex

#415EBE
(65,94,190)
0 Favorites   0 Comments

Color spaces of #415ebe

RGB 6594190
HSL0.630.490.50
HSV226°66°75°
CMYK 0.660.510.00   0.25
XYZ15.476912.846950.3792
Yxy12.84690.19660.1632
Hunter Lab35.842614.3522-58.2464
CIE-Lab42.531720.7435-53.7727

#415ebe color RGB value is (65,94,190).

#415ebe hex color red value is 65, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #415ebe hue: 0.63 , saturation: 0.49 and the lightness value of 415ebe is 0.50.

The process color (four color CMYK) of #415ebe color hex is 0.66, 0.51, 0.00, 0.25. Web safe color of #415ebe is #3366cc. Color #415ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011110 10111110
Octal 101 136 276
Decimal 65 94 190
Hex 41 5E BE

RGB Percentages of Color #415ebe

%18.62
%26.93
%54.44

CMYK Percentages of Color #415ebe

%66
%51
%0
%25

Triadic Colors of #415ebe

#415ebe #be415e #5ebe41

Analogous Colors of #415ebe

#415ebe #6341be #419dbe

Monochromatic Colors of #415ebe

#415ebe

Complementary Color

#415ebe #bea141

#415ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#415ebe Color CSS Codes

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

#415ebe Text Font Color

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

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


#415ebe Background Color

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

This div background color is #415ebe


#415ebe Border Color

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

This div border color is #415ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415ebe


Comments

No comments written yet.

Please login to write comment.