Color Hex Logo

#010eab Color Hex

#010EAB
(1,14,171)
0 Favorites   0 Comments

Color spaces of #010eab

RGB 114171
HSL0.650.990.34
HSV235°99°67°
CMYK 0.990.920.00   0.33
XYZ7.52023.260838.7611
Yxy3.26080.15180.0658
Hunter Lab18.057742.7361-114.6265
CIE-Lab21.059554.9122-77.8496

#010eab color RGB value is (1,14,171).

#010eab hex color red value is 1, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #010eab hue: 0.65 , saturation: 0.99 and the lightness value of 010eab is 0.34.

The process color (four color CMYK) of #010eab color hex is 0.99, 0.92, 0.00, 0.33. Web safe color of #010eab is #000099. Color #010eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001110 10101011
Octal 1 16 253
Decimal 1 14 171
Hex 1 E AB

RGB Percentages of Color #010eab

%0.54
%7.53
%91.94

CMYK Percentages of Color #010eab

%99
%92
%0
%33

Triadic Colors of #010eab

#010eab #ab010e #0eab01

Analogous Colors of #010eab

#010eab #4901ab #0163ab

Monochromatic Colors of #010eab

#010eab

Complementary Color

#010eab #ab9e01

#010eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#010eab Color CSS Codes

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

#010eab Text Font Color

<p style="color:#010eab">Text here</p>

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


#010eab Background Color

<div style="background-color:#010eab">
Div content here</div>

This div background color is #010eab


#010eab Border Color

<div style="border:3px solid #010eab">
Div here</div>

This div border color is #010eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,14,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010eab;
  -webkit-box-shadow: 1px 1px 3px 2px #010eab;
  box-shadow:         1px 1px 3px 2px #010eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010eab


Comments

No comments written yet.

Please login to write comment.