Color Hex Logo

#041087 Color Hex

#041087
(4,16,135)
0 Favorites   0 Comments

Color spaces of #041087

RGB 416135
HSL0.650.940.27
HSV235°97°53°
CMYK 0.970.880.00   0.47
XYZ4.60852.145723.0929
Yxy2.14570.15440.0719
Hunter Lab14.648230.5239-83.2169
CIE-Lab16.234043.3843-63.6955

#041087 color RGB value is (4,16,135).

#041087 hex color red value is 4, green value is 16 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #041087 hue: 0.65 , saturation: 0.94 and the lightness value of 041087 is 0.27.

The process color (four color CMYK) of #041087 color hex is 0.97, 0.88, 0.00, 0.47. Web safe color of #041087 is #000099. Color #041087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010000 10000111
Octal 4 20 207
Decimal 4 16 135
Hex 4 10 87

RGB Percentages of Color #041087

%2.58
%10.32
%87.10

CMYK Percentages of Color #041087

%97
%88
%0
%47

Triadic Colors of #041087

#041087 #870410 #108704

Analogous Colors of #041087

#041087 #390487 #045287

Monochromatic Colors of #041087

#041087

Complementary Color

#041087 #877b04

#041087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041087 Color CSS Codes

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

#041087 Text Font Color

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

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


#041087 Background Color

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

This div background color is #041087


#041087 Border Color

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

This div border color is #041087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041087


Comments

No comments written yet.

Please login to write comment.