Color Hex Logo

#031ebe Color Hex

#031EBE
(3,30,190)
0 Favorites   0 Comments

Color spaces of #031ebe

RGB 330190
HSL0.640.970.38
HSV231°98°75°
CMYK 0.980.840.00   0.25
XYZ9.79614.665649.0994
Yxy4.66560.15410.0734
Hunter Lab21.600043.1539-119.6533
CIE-Lab25.760054.4273-81.3682

#031ebe color RGB value is (3,30,190).

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

The process color (four color CMYK) of #031ebe color hex is 0.98, 0.84, 0.00, 0.25. Web safe color of #031ebe is #0033cc. Color #031ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011110 10111110
Octal 3 36 276
Decimal 3 30 190
Hex 3 1E BE

RGB Percentages of Color #031ebe

%1.35
%13.45
%85.20

CMYK Percentages of Color #031ebe

%98
%84
%0
%25

Triadic Colors of #031ebe

#031ebe #be031e #1ebe03

Analogous Colors of #031ebe

#031ebe #4503be #037cbe

Monochromatic Colors of #031ebe

#031ebe

Complementary Color

#031ebe #bea303

#031ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#031ebe Color CSS Codes

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

#031ebe Text Font Color

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

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


#031ebe Background Color

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

This div background color is #031ebe


#031ebe Border Color

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

This div border color is #031ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031ebe


Comments

No comments written yet.

Please login to write comment.