Color Hex Logo

#035801 Color Hex

#035801
(3,88,1)
0 Favorites   0 Comments

Color spaces of #035801

RGB 3881
HSL0.330.980.17
HSV119°99°35°
CMYK 0.970.000.99   0.65
XYZ3.53287.00101.1938
Yxy7.00100.30120.5970
Hunter Lab26.4594-22.471015.8465
CIE-Lab31.8092-39.209737.9985

#035801 color RGB value is (3,88,1).

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

The process color (four color CMYK) of #035801 color hex is 0.97, 0.00, 0.99, 0.65. Web safe color of #035801 is #006600. Color #035801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011000 00000001
Octal 3 130 1
Decimal 3 88 1
Hex 3 58 1

RGB Percentages of Color #035801

%3.26
%95.65
%1.09

CMYK Percentages of Color #035801

%97
%0
%99
%65

Triadic Colors of #035801

#035801 #010358 #580103

Analogous Colors of #035801

#035801 #01582b #2f5801

Monochromatic Colors of #035801

#035801

Complementary Color

#035801 #560158

#035801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035801 Color CSS Codes

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

#035801 Text Font Color

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

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


#035801 Background Color

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

This div background color is #035801


#035801 Border Color

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

This div border color is #035801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035801


Comments

No comments written yet.

Please login to write comment.