Color Hex Logo

#401ebe Color Hex

#401EBE
(64,30,190)
0 Favorites   0 Comments

Color spaces of #401ebe

RGB 6430190
HSL0.700.730.43
HSV253°84°75°
CMYK 0.660.840.00   0.25
XYZ11.87295.736249.1966
Yxy5.73620.17770.0859
Hunter Lab23.950446.5746-105.0227
CIE-Lab28.736957.1125-76.3367

#401ebe color RGB value is (64,30,190).

#401ebe hex color red value is 64, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #401ebe hue: 0.70 , saturation: 0.73 and the lightness value of 401ebe is 0.43.

The process color (four color CMYK) of #401ebe color hex is 0.66, 0.84, 0.00, 0.25. Web safe color of #401ebe is #3333cc. Color #401ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011110 10111110
Octal 100 36 276
Decimal 64 30 190
Hex 40 1E BE

RGB Percentages of Color #401ebe

%22.54
%10.56
%66.90

CMYK Percentages of Color #401ebe

%66
%84
%0
%25

Triadic Colors of #401ebe

#401ebe #be401e #1ebe40

Analogous Colors of #401ebe

#401ebe #901ebe #1e4cbe

Monochromatic Colors of #401ebe

#401ebe

Complementary Color

#401ebe #9cbe1e

#401ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#401ebe Color CSS Codes

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

#401ebe Text Font Color

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

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


#401ebe Background Color

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

This div background color is #401ebe


#401ebe Border Color

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

This div border color is #401ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,30,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401ebe


Comments

No comments written yet.

Please login to write comment.