Color Hex Logo

#415feb Color Hex

#415FEB
(65,95,235)
0 Favorites   0 Comments

Color spaces of #415feb

RGB 6595235
HSL0.640.810.59
HSV229°72°92°
CMYK 0.720.600.00   0.08
XYZ21.267615.306480.4308
Yxy15.30640.18180.1308
Hunter Lab39.123428.5672-94.5034
CIE-Lab46.051036.0885-73.8095

#415feb color RGB value is (65,95,235).

#415feb hex color red value is 65, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #415feb hue: 0.64 , saturation: 0.81 and the lightness value of 415feb is 0.59.

The process color (four color CMYK) of #415feb color hex is 0.72, 0.60, 0.00, 0.08. Web safe color of #415feb is #3366ff. Color #415feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011111 11101011
Octal 101 137 353
Decimal 65 95 235
Hex 41 5F EB

RGB Percentages of Color #415feb

%16.46
%24.05
%59.49

CMYK Percentages of Color #415feb

%72
%60
%0
%8

Triadic Colors of #415feb

#415feb #eb415f #5feb41

Analogous Colors of #415feb

#415feb #7841eb #41b4eb

Monochromatic Colors of #415feb

#415feb

Complementary Color

#415feb #ebcd41

#415feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#415feb Color CSS Codes

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

#415feb Text Font Color

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

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


#415feb Background Color

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

This div background color is #415feb


#415feb Border Color

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

This div border color is #415feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415feb


Comments

No comments written yet.

Please login to write comment.