Color Hex Logo

#461eee Color Hex

#461EEE
(70,30,238)
0 Favorites   0 Comments

Color spaces of #461eee

RGB 7030238
HSL0.700.860.53
HSV252°87°93°
CMYK 0.710.870.00   0.07
XYZ18.42278.403781.5400
Yxy8.40370.17000.0775
Hunter Lab28.989162.7064-146.4772
CIE-Lab34.809970.3540-94.0181

#461eee color RGB value is (70,30,238).

#461eee hex color red value is 70, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #461eee hue: 0.70 , saturation: 0.86 and the lightness value of 461eee is 0.53.

The process color (four color CMYK) of #461eee color hex is 0.71, 0.87, 0.00, 0.07. Web safe color of #461eee is #3333ff. Color #461eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011110 11101110
Octal 106 36 356
Decimal 70 30 238
Hex 46 1E EE

RGB Percentages of Color #461eee

%20.71
%8.88
%70.41

CMYK Percentages of Color #461eee

%71
%87
%0
%7

Triadic Colors of #461eee

#461eee #ee461e #1eee46

Analogous Colors of #461eee

#461eee #ae1eee #1e5eee

Monochromatic Colors of #461eee

#461eee

Complementary Color

#461eee #c6ee1e

#461eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#461eee Color CSS Codes

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

#461eee Text Font Color

<p style="color:#461eee">Text here</p>

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


#461eee Background Color

<div style="background-color:#461eee">
Div content here</div>

This div background color is #461eee


#461eee Border Color

<div style="border:3px solid #461eee">
Div here</div>

This div border color is #461eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,30,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461eee;
  -webkit-box-shadow: 1px 1px 3px 2px #461eee;
  box-shadow:         1px 1px 3px 2px #461eee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461eee


Comments

No comments written yet.

Please login to write comment.