Color Hex Logo

#073955 Color Hex

#073955
(7,57,85)
0 Favorites   0 Comments

Color spaces of #073955

RGB 75785
HSL0.560.850.18
HSV202°92°33°
CMYK 0.920.330.00   0.67
XYZ3.19043.62739.1263
Yxy3.62730.20010.2275
Hunter Lab19.0455-3.4282-15.0790
CIE-Lab22.3989-4.2233-21.3218

#073955 color RGB value is (7,57,85).

#073955 hex color red value is 7, green value is 57 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #073955 hue: 0.56 , saturation: 0.85 and the lightness value of 073955 is 0.18.

The process color (four color CMYK) of #073955 color hex is 0.92, 0.33, 0.00, 0.67. Web safe color of #073955 is #003366. Color #073955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01010101
Octal 7 71 125
Decimal 7 57 85
Hex 7 39 55

RGB Percentages of Color #073955

%4.70
%38.26
%57.05

CMYK Percentages of Color #073955

%92
%33
%0
%67

Triadic Colors of #073955

#073955 #550739 #395507

Analogous Colors of #073955

#073955 #071255 #07554a

Monochromatic Colors of #073955

#073955

Complementary Color

#073955 #552307

#073955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073955 Color CSS Codes

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

#073955 Text Font Color

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

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


#073955 Background Color

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

This div background color is #073955


#073955 Border Color

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

This div border color is #073955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,57,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 #073955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073955


Comments

No comments written yet.

Please login to write comment.