Color Hex Logo

#46028e Color Hex

#46028E
(70,2,142)
0 Favorites   0 Comments

Color spaces of #46028e

RGB 702142
HSL0.750.970.28
HSV269°99°56°
CMYK 0.510.990.00   0.44
XYZ7.43003.298525.8363
Yxy3.29850.20320.0902
Hunter Lab18.161841.2414-71.6306
CIE-Lab21.201853.4373-59.6779

#46028e color RGB value is (70,2,142).

#46028e hex color red value is 70, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #46028e hue: 0.75 , saturation: 0.97 and the lightness value of 46028e is 0.28.

The process color (four color CMYK) of #46028e color hex is 0.51, 0.99, 0.00, 0.44. Web safe color of #46028e is #330099. Color #46028e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000010 10001110
Octal 106 2 216
Decimal 70 2 142
Hex 46 2 8E

RGB Percentages of Color #46028e

%32.71
%0.93
%66.36

CMYK Percentages of Color #46028e

%51
%99
%0
%44

Triadic Colors of #46028e

#46028e #8e4602 #028e46

Analogous Colors of #46028e

#46028e #8c028e #02048e

Monochromatic Colors of #46028e

#46028e

Complementary Color

#46028e #4a8e02

#46028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46028e Color CSS Codes

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

#46028e Text Font Color

<p style="color:#46028e">Text here</p>

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


#46028e Background Color

<div style="background-color:#46028e">
Div content here</div>

This div background color is #46028e


#46028e Border Color

<div style="border:3px solid #46028e">
Div here</div>

This div border color is #46028e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,2,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46028e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46028e;
  -webkit-box-shadow: 1px 1px 3px 2px #46028e;
  box-shadow:         1px 1px 3px 2px #46028e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46028e


Comments

No comments written yet.

Please login to write comment.