Color Hex Logo

#07485d Color Hex

#07485D
(7,72,93)
0 Favorites   0 Comments

Color spaces of #07485d

RGB 77293
HSL0.540.860.20
HSV195°92°36°
CMYK 0.920.230.00   0.64
XYZ4.38085.470211.1809
Yxy5.47020.20830.2601
Hunter Lab23.3885-7.4957-11.9718
CIE-Lab28.0344-10.5333-17.7346

#07485d color RGB value is (7,72,93).

#07485d hex color red value is 7, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #07485d hue: 0.54 , saturation: 0.86 and the lightness value of 07485d is 0.20.

The process color (four color CMYK) of #07485d color hex is 0.92, 0.23, 0.00, 0.64. Web safe color of #07485d is #003366. Color #07485d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001000 01011101
Octal 7 110 135
Decimal 7 72 93
Hex 7 48 5D

RGB Percentages of Color #07485d

%4.07
%41.86
%54.07

CMYK Percentages of Color #07485d

%92
%23
%0
%64

Triadic Colors of #07485d

#07485d #5d0748 #485d07

Analogous Colors of #07485d

#07485d #071d5d #075d47

Monochromatic Colors of #07485d

#07485d

Complementary Color

#07485d #5d1c07

#07485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07485d Color CSS Codes

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

#07485d Text Font Color

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

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


#07485d Background Color

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

This div background color is #07485d


#07485d Border Color

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

This div border color is #07485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07485d


Comments

No comments written yet.

Please login to write comment.