Color Hex Logo

#462eea Color Hex

#462EEA
(70,46,234)
0 Favorites   0 Comments

Color spaces of #462eea

RGB 7046234
HSL0.690.820.55
HSV248°80°92°
CMYK 0.700.800.00   0.08
XYZ18.35419.196678.6497
Yxy9.19660.17280.0866
Hunter Lab30.325954.9630-132.5395
CIE-Lab36.360163.3124-89.1735

#462eea color RGB value is (70,46,234).

#462eea hex color red value is 70, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #462eea hue: 0.69 , saturation: 0.82 and the lightness value of 462eea is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101110 11101010
Octal 106 56 352
Decimal 70 46 234
Hex 46 2E EA

RGB Percentages of Color #462eea

%20.00
%13.14
%66.86

CMYK Percentages of Color #462eea

%70
%80
%0
%8

Triadic Colors of #462eea

#462eea #ea462e #2eea46

Analogous Colors of #462eea

#462eea #a42eea #2e74ea

Monochromatic Colors of #462eea

#462eea

Complementary Color

#462eea #d2ea2e

#462eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#462eea Color CSS Codes

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

#462eea Text Font Color

<p style="color:#462eea">Text here</p>

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


#462eea Background Color

<div style="background-color:#462eea">
Div content here</div>

This div background color is #462eea


#462eea Border Color

<div style="border:3px solid #462eea">
Div here</div>

This div border color is #462eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462eea


Comments

No comments written yet.

Please login to write comment.