Color Hex Logo

#01845e Color Hex

#01845E
(1,132,94)
0 Favorites   0 Comments

Color spaces of #01845e

RGB 113294
HSL0.450.980.26
HSV163°99°52°
CMYK 0.990.000.29   0.48
XYZ10.284217.317113.3902
Yxy17.31710.25090.4225
Hunter Lab41.6138-28.710710.0518
CIE-Lab48.6571-40.436612.0200

#01845e color RGB value is (1,132,94).

#01845e hex color red value is 1, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #01845e hue: 0.45 , saturation: 0.98 and the lightness value of 01845e is 0.26.

The process color (four color CMYK) of #01845e color hex is 0.99, 0.00, 0.29, 0.48. Web safe color of #01845e is #009966. Color #01845e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000100 01011110
Octal 1 204 136
Decimal 1 132 94
Hex 1 84 5E

RGB Percentages of Color #01845e

%0.44
%58.15
%41.41

CMYK Percentages of Color #01845e

%99
%0
%29
%48

Triadic Colors of #01845e

#01845e #5e0184 #845e01

Analogous Colors of #01845e

#01845e #016984 #01841d

Monochromatic Colors of #01845e

#01845e

Complementary Color

#01845e #840127

#01845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01845e Color CSS Codes

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

#01845e Text Font Color

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

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


#01845e Background Color

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

This div background color is #01845e


#01845e Border Color

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

This div border color is #01845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01845e


Comments

No comments written yet.

Please login to write comment.