Color Hex Logo

#415fec Color Hex

#415FEC
(65,95,236)
0 Favorites   0 Comments

Color spaces of #415fec

RGB 6595236
HSL0.640.820.59
HSV229°72°93°
CMYK 0.720.600.00   0.07
XYZ21.412515.364481.1939
Yxy15.36440.18150.1302
Hunter Lab39.197428.9142-95.3756
CIE-Lab46.129336.4389-74.2445

#415fec color RGB value is (65,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011111 11101100
Octal 101 137 354
Decimal 65 95 236
Hex 41 5F EC

RGB Percentages of Color #415fec

%16.41
%23.99
%59.60

CMYK Percentages of Color #415fec

%72
%60
%0
%7

Triadic Colors of #415fec

#415fec #ec415f #5fec41

Analogous Colors of #415fec

#415fec #7941ec #41b5ec

Monochromatic Colors of #415fec

#415fec

Complementary Color

#415fec #ecce41

#415fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#415fec Color CSS Codes

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

#415fec Text Font Color

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

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


#415fec Background Color

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

This div background color is #415fec


#415fec Border Color

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

This div border color is #415fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415fec


Comments

No comments written yet.

Please login to write comment.