Color Hex Logo

#412eeb Color Hex

#412EEB
(65,46,235)
0 Favorites   0 Comments

Color spaces of #412eeb

RGB 6546235
HSL0.680.830.55
HSV246°80°92°
CMYK 0.720.800.00   0.08
XYZ18.15249.076079.3924
Yxy9.07600.17030.0851
Hunter Lab30.126454.8324-135.1590
CIE-Lab36.130263.2407-90.1329

#412eeb color RGB value is (65,46,235).

#412eeb hex color red value is 65, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #412eeb hue: 0.68 , saturation: 0.83 and the lightness value of 412eeb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 11101011
Octal 101 56 353
Decimal 65 46 235
Hex 41 2E EB

RGB Percentages of Color #412eeb

%18.79
%13.29
%67.92

CMYK Percentages of Color #412eeb

%72
%80
%0
%8

Triadic Colors of #412eeb

#412eeb #eb412e #2eeb41

Analogous Colors of #412eeb

#412eeb #a02eeb #2e7aeb

Monochromatic Colors of #412eeb

#412eeb

Complementary Color

#412eeb #d8eb2e

#412eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#412eeb Color CSS Codes

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

#412eeb Text Font Color

<p style="color:#412eeb">Text here</p>

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


#412eeb Background Color

<div style="background-color:#412eeb">
Div content here</div>

This div background color is #412eeb


#412eeb Border Color

<div style="border:3px solid #412eeb">
Div here</div>

This div border color is #412eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412eeb


Comments

No comments written yet.

Please login to write comment.