Color Hex Logo

#040755 Color Hex

#040755
(4,7,85)
0 Favorites   0 Comments

Color spaces of #040755

RGB 4785
HSL0.660.910.17
HSV238°95°33°
CMYK 0.950.920.00   0.67
XYZ1.76570.83368.6622
Yxy0.83360.15680.0740
Hunter Lab9.130218.5426-49.8600
CIE-Lab7.529831.0011-45.4487

#040755 color RGB value is (4,7,85).

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

The process color (four color CMYK) of #040755 color hex is 0.95, 0.92, 0.00, 0.67. Web safe color of #040755 is #000066. Color #040755 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 01010101
Octal 4 7 125
Decimal 4 7 85
Hex 4 7 55

RGB Percentages of Color #040755

%4.17
%7.29
%88.54

CMYK Percentages of Color #040755

%95
%92
%0
%67

Triadic Colors of #040755

#040755 #550407 #075504

Analogous Colors of #040755

#040755 #2a0455 #043055

Monochromatic Colors of #040755

#040755

Complementary Color

#040755 #555204

#040755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040755 Color CSS Codes

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

#040755 Text Font Color

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

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


#040755 Background Color

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

This div background color is #040755


#040755 Border Color

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

This div border color is #040755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040755


Comments

No comments written yet.

Please login to write comment.