Color Hex Logo

#01875f Color Hex

#01875F
(1,135,95)
0 Favorites   0 Comments

Color spaces of #01875f

RGB 113595
HSL0.450.990.27
HSV162°99°53°
CMYK 0.990.000.30   0.47
XYZ10.742018.160613.7657
Yxy18.16060.25180.4256
Hunter Lab42.6153-29.582310.6787
CIE-Lab49.6903-41.405912.8802

#01875f color RGB value is (1,135,95).

#01875f hex color red value is 1, green value is 135 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #01875f hue: 0.45 , saturation: 0.99 and the lightness value of 01875f is 0.27.

The process color (four color CMYK) of #01875f color hex is 0.99, 0.00, 0.30, 0.47. Web safe color of #01875f is #009966. Color #01875f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000111 01011111
Octal 1 207 137
Decimal 1 135 95
Hex 1 87 5F

RGB Percentages of Color #01875f

%0.43
%58.44
%41.13

CMYK Percentages of Color #01875f

%99
%0
%30
%47

Triadic Colors of #01875f

#01875f #5f0187 #875f01

Analogous Colors of #01875f

#01875f #016c87 #01871c

Monochromatic Colors of #01875f

#01875f

Complementary Color

#01875f #870129

#01875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01875f Color CSS Codes

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

#01875f Text Font Color

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

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


#01875f Background Color

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

This div background color is #01875f


#01875f Border Color

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

This div border color is #01875f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01875f

#01875f Color Palettes


Comments

No comments written yet.

Please login to write comment.