Color Hex Logo

#401eeb Color Hex

#401EEB
(64,30,235)
0 Favorites   0 Comments

Color spaces of #401eeb

RGB 6430235
HSL0.690.840.52
HSV250°87°92°
CMYK 0.730.870.00   0.08
XYZ17.57408.016779.2184
Yxy8.01670.16770.0765
Hunter Lab28.313861.2436-146.0663
CIE-Lab34.017669.2553-93.6437

#401eeb color RGB value is (64,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011110 11101011
Octal 100 36 353
Decimal 64 30 235
Hex 40 1E EB

RGB Percentages of Color #401eeb

%19.45
%9.12
%71.43

CMYK Percentages of Color #401eeb

%73
%87
%0
%8

Triadic Colors of #401eeb

#401eeb #eb401e #1eeb40

Analogous Colors of #401eeb

#401eeb #a71eeb #1e62eb

Monochromatic Colors of #401eeb

#401eeb

Complementary Color

#401eeb #c9eb1e

#401eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#401eeb Color CSS Codes

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

#401eeb Text Font Color

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

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


#401eeb Background Color

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

This div background color is #401eeb


#401eeb Border Color

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

This div border color is #401eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401eeb


Comments

No comments written yet.

Please login to write comment.