Color Hex Logo

#461aeb Color Hex

#461AEB
(70,26,235)
0 Favorites   0 Comments

Color spaces of #461aeb

RGB 7026235
HSL0.700.840.51
HSV253°89°92°
CMYK 0.700.890.00   0.08
XYZ17.89068.039079.2060
Yxy8.03900.17020.0765
Hunter Lab28.353163.0141-145.7826
CIE-Lab34.064070.7560-93.5544

#461aeb color RGB value is (70,26,235).

#461aeb hex color red value is 70, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #461aeb hue: 0.70 , saturation: 0.84 and the lightness value of 461aeb is 0.51.

The process color (four color CMYK) of #461aeb color hex is 0.70, 0.89, 0.00, 0.08. Web safe color of #461aeb is #3333ff. Color #461aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011010 11101011
Octal 106 32 353
Decimal 70 26 235
Hex 46 1A EB

RGB Percentages of Color #461aeb

%21.15
%7.85
%71.00

CMYK Percentages of Color #461aeb

%70
%89
%0
%8

Triadic Colors of #461aeb

#461aeb #eb461a #1aeb46

Analogous Colors of #461aeb

#461aeb #af1aeb #1a57eb

Monochromatic Colors of #461aeb

#461aeb

Complementary Color

#461aeb #bfeb1a

#461aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#461aeb Color CSS Codes

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

#461aeb Text Font Color

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

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


#461aeb Background Color

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

This div background color is #461aeb


#461aeb Border Color

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

This div border color is #461aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,26,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 #461aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461aeb


Comments

No comments written yet.

Please login to write comment.