Color Hex Logo

#07738d Color Hex

#07738D
(7,115,141)
0 Favorites   0 Comments

Color spaces of #07738d

RGB 7115141
HSL0.530.910.29
HSV192°95°55°
CMYK 0.950.180.00   0.45
XYZ11.026114.229727.3648
Yxy14.22970.20950.2704
Hunter Lab37.7223-13.8390-16.6050
CIE-Lab44.5606-17.1822-21.7992

#07738d color RGB value is (7,115,141).

#07738d hex color red value is 7, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #07738d hue: 0.53 , saturation: 0.91 and the lightness value of 07738d is 0.29.

The process color (four color CMYK) of #07738d color hex is 0.95, 0.18, 0.00, 0.45. Web safe color of #07738d is #006699. Color #07738d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110011 10001101
Octal 7 163 215
Decimal 7 115 141
Hex 7 73 8D

RGB Percentages of Color #07738d

%2.66
%43.73
%53.61

CMYK Percentages of Color #07738d

%95
%18
%0
%45

Triadic Colors of #07738d

#07738d #8d0773 #738d07

Analogous Colors of #07738d

#07738d #07308d #078d64

Monochromatic Colors of #07738d

#07738d

Complementary Color

#07738d #8d2107

#07738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07738d Color CSS Codes

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

#07738d Text Font Color

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

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


#07738d Background Color

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

This div background color is #07738d


#07738d Border Color

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

This div border color is #07738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07738d


Comments

No comments written yet.

Please login to write comment.