Color Hex Logo

#010457 Color Hex

#010457
(1,4,87)
0 Favorites   0 Comments

Color spaces of #010457

RGB 1487
HSL0.660.980.17
HSV238°99°34°
CMYK 0.990.950.00   0.66
XYZ1.77620.78149.0740
Yxy0.78140.15270.0672
Hunter Lab8.839720.3974-54.6738
CIE-Lab7.058333.2955-47.6037

#010457 color RGB value is (1,4,87).

#010457 hex color red value is 1, green value is 4 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #010457 hue: 0.66 , saturation: 0.98 and the lightness value of 010457 is 0.17.

The process color (four color CMYK) of #010457 color hex is 0.99, 0.95, 0.00, 0.66. Web safe color of #010457 is #000066. Color #010457 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000100 01010111
Octal 1 4 127
Decimal 1 4 87
Hex 1 4 57

RGB Percentages of Color #010457

%1.09
%4.35
%94.57

CMYK Percentages of Color #010457

%99
%95
%0
%66

Triadic Colors of #010457

#010457 #570104 #045701

Analogous Colors of #010457

#010457 #290157 #012f57

Monochromatic Colors of #010457

#010457

Complementary Color

#010457 #575401

#010457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010457 Color CSS Codes

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

#010457 Text Font Color

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

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


#010457 Background Color

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

This div background color is #010457


#010457 Border Color

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

This div border color is #010457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010457

#010457 Color Palettes


Comments

No comments written yet.

Please login to write comment.