Color Hex Logo

#414bea Color Hex

#414BEA
(65,75,234)
0 Favorites   0 Comments

Color spaces of #414bea

RGB 6575234
HSL0.660.800.59
HSV236°72°92°
CMYK 0.720.680.00   0.08
XYZ19.547312.096579.1465
Yxy12.09650.17640.1092
Hunter Lab34.780039.4567-110.5761
CIE-Lab41.369147.8536-80.9144

#414bea color RGB value is (65,75,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001011 11101010
Octal 101 113 352
Decimal 65 75 234
Hex 41 4B EA

RGB Percentages of Color #414bea

%17.38
%20.05
%62.57

CMYK Percentages of Color #414bea

%72
%68
%0
%8

Triadic Colors of #414bea

#414bea #ea414b #4bea41

Analogous Colors of #414bea

#414bea #8c41ea #41a0ea

Monochromatic Colors of #414bea

#414bea

Complementary Color

#414bea #eae041

#414bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#414bea Color CSS Codes

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

#414bea Text Font Color

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

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


#414bea Background Color

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

This div background color is #414bea


#414bea Border Color

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

This div border color is #414bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414bea


Comments

No comments written yet.

Please login to write comment.