Color Hex Logo

#460aea Color Hex

#460AEA
(70,10,234)
0 Favorites   0 Comments

Color spaces of #460aea

RGB 7010234
HSL0.710.920.48
HSV256°96°92°
CMYK 0.700.960.00   0.08
XYZ17.48567.459778.3602
Yxy7.45970.16930.0722
Hunter Lab27.312566.4800-150.9860
CIE-Lab32.831373.8904-95.0372

#460aea color RGB value is (70,10,234).

#460aea hex color red value is 70, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #460aea hue: 0.71 , saturation: 0.92 and the lightness value of 460aea is 0.48.

The process color (four color CMYK) of #460aea color hex is 0.70, 0.96, 0.00, 0.08. Web safe color of #460aea is #3300ff. Color #460aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001010 11101010
Octal 106 12 352
Decimal 70 10 234
Hex 46 A EA

RGB Percentages of Color #460aea

%22.29
%3.18
%74.52

CMYK Percentages of Color #460aea

%70
%96
%0
%8

Triadic Colors of #460aea

#460aea #ea460a #0aea46

Analogous Colors of #460aea

#460aea #b60aea #0a3eea

Monochromatic Colors of #460aea

#460aea

Complementary Color

#460aea #aeea0a

#460aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#460aea Color CSS Codes

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

#460aea Text Font Color

<p style="color:#460aea">Text here</p>

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


#460aea Background Color

<div style="background-color:#460aea">
Div content here</div>

This div background color is #460aea


#460aea Border Color

<div style="border:3px solid #460aea">
Div here</div>

This div border color is #460aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,10,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #460aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #460aea;
  -webkit-box-shadow: 1px 1px 3px 2px #460aea;
  box-shadow:         1px 1px 3px 2px #460aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460aea


Comments

No comments written yet.

Please login to write comment.