Color Hex Logo

#414aeb Color Hex

#414AEB
(65,74,235)
0 Favorites   0 Comments

Color spaces of #414aeb

RGB 6574235
HSL0.660.810.59
HSV237°72°92°
CMYK 0.720.690.00   0.08
XYZ19.624112.019579.8830
Yxy12.01950.17600.1078
Hunter Lab34.669240.3670-112.3448
CIE-Lab41.247148.7654-81.6808

#414aeb color RGB value is (65,74,235).

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

The process color (four color CMYK) of #414aeb color hex is 0.72, 0.69, 0.00, 0.08. Web safe color of #414aeb is #3333ff. Color #414aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001010 11101011
Octal 101 112 353
Decimal 65 74 235
Hex 41 4A EB

RGB Percentages of Color #414aeb

%17.38
%19.79
%62.83

CMYK Percentages of Color #414aeb

%72
%69
%0
%8

Triadic Colors of #414aeb

#414aeb #eb414a #4aeb41

Analogous Colors of #414aeb

#414aeb #8d41eb #419feb

Monochromatic Colors of #414aeb

#414aeb

Complementary Color

#414aeb #ebe241

#414aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#414aeb Color CSS Codes

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

#414aeb Text Font Color

<p style="color:#414aeb">Text here</p>

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


#414aeb Background Color

<div style="background-color:#414aeb">
Div content here</div>

This div background color is #414aeb


#414aeb Border Color

<div style="border:3px solid #414aeb">
Div here</div>

This div border color is #414aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,74,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 #414aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414aeb


Comments

No comments written yet.

Please login to write comment.