Color Hex Logo

#003abe Color Hex

#003ABE
(0,58,190)
0 Favorites   0 Comments

Color spaces of #003abe

RGB 058190
HSL0.621.000.37
HSV222°100°75°
CMYK 1.000.690.00   0.25
XYZ10.80736.743849.4473
Yxy6.74380.16130.1007
Hunter Lab25.968828.8399-94.7160
CIE-Lab31.216438.7120-72.3220

#003abe color RGB value is (0,58,190).

#003abe hex color red value is 0, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #003abe hue: 0.62 , saturation: 1.00 and the lightness value of 003abe is 0.37.

The process color (four color CMYK) of #003abe color hex is 1.00, 0.69, 0.00, 0.25. Web safe color of #003abe is #0033cc. Color #003abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111010 10111110
Octal 0 72 276
Decimal 0 58 190
Hex 0 3A BE

RGB Percentages of Color #003abe

%0.00
%23.39
%76.61

CMYK Percentages of Color #003abe

%100
%69
%0
%25

Triadic Colors of #003abe

#003abe #be003a #3abe00

Analogous Colors of #003abe

#003abe #2500be #0099be

Monochromatic Colors of #003abe

#003abe

Complementary Color

#003abe #be8400

#003abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#003abe Color CSS Codes

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

#003abe Text Font Color

<p style="color:#003abe">Text here</p>

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


#003abe Background Color

<div style="background-color:#003abe">
Div content here</div>

This div background color is #003abe


#003abe Border Color

<div style="border:3px solid #003abe">
Div here</div>

This div border color is #003abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,58,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003abe;
  -webkit-box-shadow: 1px 1px 3px 2px #003abe;
  box-shadow:         1px 1px 3px 2px #003abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,58,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 #003abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003abe


Comments

No comments written yet.

Please login to write comment.