Color Hex Logo

#411eeb Color Hex

#411EEB
(65,30,235)
0 Favorites   0 Comments

Color spaces of #411eeb

RGB 6530235
HSL0.700.840.52
HSV250°87°92°
CMYK 0.720.870.00   0.08
XYZ17.63968.050579.2215
Yxy8.05050.16810.0767
Hunter Lab28.373461.3191-145.6825
CIE-Lab34.087869.3067-93.5250

#411eeb color RGB value is (65,30,235).

#411eeb hex color red value is 65, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #411eeb hue: 0.70 , saturation: 0.84 and the lightness value of 411eeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 11101011
Octal 101 36 353
Decimal 65 30 235
Hex 41 1E EB

RGB Percentages of Color #411eeb

%19.70
%9.09
%71.21

CMYK Percentages of Color #411eeb

%72
%87
%0
%8

Triadic Colors of #411eeb

#411eeb #eb411e #1eeb41

Analogous Colors of #411eeb

#411eeb #a81eeb #1e61eb

Monochromatic Colors of #411eeb

#411eeb

Complementary Color

#411eeb #c8eb1e

#411eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#411eeb Color CSS Codes

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

#411eeb Text Font Color

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

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


#411eeb Background Color

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

This div background color is #411eeb


#411eeb Border Color

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

This div border color is #411eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411eeb


Comments

No comments written yet.

Please login to write comment.