Color Hex Logo

#462eed Color Hex

#462EED
(70,46,237)
0 Favorites   0 Comments

Color spaces of #462eed

RGB 7046237
HSL0.690.840.55
HSV248°81°93°
CMYK 0.700.810.00   0.07
XYZ18.78889.370580.9392
Yxy9.37050.17220.0859
Hunter Lab30.611355.9912-135.3407
CIE-Lab36.688164.1626-90.3327

#462eed color RGB value is (70,46,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101110 11101101
Octal 106 56 355
Decimal 70 46 237
Hex 46 2E ED

RGB Percentages of Color #462eed

%19.83
%13.03
%67.14

CMYK Percentages of Color #462eed

%70
%81
%0
%7

Triadic Colors of #462eed

#462eed #ed462e #2eed46

Analogous Colors of #462eed

#462eed #a62eed #2e76ed

Monochromatic Colors of #462eed

#462eed

Complementary Color

#462eed #d5ed2e

#462eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#462eed Color CSS Codes

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

#462eed Text Font Color

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

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


#462eed Background Color

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

This div background color is #462eed


#462eed Border Color

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

This div border color is #462eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462eed


Comments

No comments written yet.

Please login to write comment.