Color Hex Logo

#022e8d Color Hex

#022E8D
(2,46,141)
0 Favorites   0 Comments

Color spaces of #022e8d

RGB 246141
HSL0.610.970.28
HSV221°99°55°
CMYK 0.990.670.00   0.45
XYZ5.80973.890025.6439
Yxy3.89000.16440.1101
Hunter Lab19.723118.0642-63.2825
CIE-Lab23.304427.5431-55.7445

#022e8d color RGB value is (2,46,141).

#022e8d hex color red value is 2, green value is 46 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #022e8d hue: 0.61 , saturation: 0.97 and the lightness value of 022e8d is 0.28.

The process color (four color CMYK) of #022e8d color hex is 0.99, 0.67, 0.00, 0.45. Web safe color of #022e8d is #003399. Color #022e8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00101110 10001101
Octal 2 56 215
Decimal 2 46 141
Hex 2 2E 8D

RGB Percentages of Color #022e8d

%1.06
%24.34
%74.60

CMYK Percentages of Color #022e8d

%99
%67
%0
%45

Triadic Colors of #022e8d

#022e8d #8d022e #2e8d02

Analogous Colors of #022e8d

#022e8d #1c028d #02748d

Monochromatic Colors of #022e8d

#022e8d

Complementary Color

#022e8d #8d6102

#022e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#022e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#022e8d Color CSS Codes

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

#022e8d Text Font Color

<p style="color:#022e8d">Text here</p>

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


#022e8d Background Color

<div style="background-color:#022e8d">
Div content here</div>

This div background color is #022e8d


#022e8d Border Color

<div style="border:3px solid #022e8d">
Div here</div>

This div border color is #022e8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,46,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #022e8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #022e8d;
  -webkit-box-shadow: 1px 1px 3px 2px #022e8d;
  box-shadow:         1px 1px 3px 2px #022e8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #022e8d


Comments

No comments written yet.

Please login to write comment.