Color Hex Logo

#031ead Color Hex

#031EAD
(3,30,173)
0 Favorites   0 Comments

Color spaces of #031ead

RGB 330173
HSL0.640.970.35
HSV230°98°68°
CMYK 0.980.830.00   0.32
XYZ8.04473.965039.8765
Yxy3.96500.15500.0764
Hunter Lab19.912337.2686-104.7959
CIE-Lab23.555449.0326-74.8931

#031ead color RGB value is (3,30,173).

#031ead hex color red value is 3, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #031ead hue: 0.64 , saturation: 0.97 and the lightness value of 031ead is 0.35.

The process color (four color CMYK) of #031ead color hex is 0.98, 0.83, 0.00, 0.32. Web safe color of #031ead is #003399. Color #031ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011110 10101101
Octal 3 36 255
Decimal 3 30 173
Hex 3 1E AD

RGB Percentages of Color #031ead

%1.46
%14.56
%83.98

CMYK Percentages of Color #031ead

%98
%83
%0
%32

Triadic Colors of #031ead

#031ead #ad031e #1ead03

Analogous Colors of #031ead

#031ead #3d03ad #0373ad

Monochromatic Colors of #031ead

#031ead

Complementary Color

#031ead #ad9203

#031ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#031ead Color CSS Codes

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

#031ead Text Font Color

<p style="color:#031ead">Text here</p>

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


#031ead Background Color

<div style="background-color:#031ead">
Div content here</div>

This div background color is #031ead


#031ead Border Color

<div style="border:3px solid #031ead">
Div here</div>

This div border color is #031ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,30,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031ead;
  -webkit-box-shadow: 1px 1px 3px 2px #031ead;
  box-shadow:         1px 1px 3px 2px #031ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031ead


Comments

No comments written yet.

Please login to write comment.