Color Hex Logo

#07388d Color Hex

#07388D
(7,56,141)
0 Favorites   0 Comments

Color spaces of #07388d

RGB 756141
HSL0.610.910.29
HSV218°95°55°
CMYK 0.950.600.00   0.45
XYZ6.30954.796625.7926
Yxy4.79660.17100.1300
Hunter Lab21.901113.0971-54.4940
CIE-Lab26.147220.7829-51.0813

#07388d color RGB value is (7,56,141).

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

The process color (four color CMYK) of #07388d color hex is 0.95, 0.60, 0.00, 0.45. Web safe color of #07388d is #003399. Color #07388d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111000 10001101
Octal 7 70 215
Decimal 7 56 141
Hex 7 38 8D

RGB Percentages of Color #07388d

%3.43
%27.45
%69.12

CMYK Percentages of Color #07388d

%95
%60
%0
%45

Triadic Colors of #07388d

#07388d #8d0738 #388d07

Analogous Colors of #07388d

#07388d #19078d #077b8d

Monochromatic Colors of #07388d

#07388d

Complementary Color

#07388d #8d5c07

#07388d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07388d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07388d Color CSS Codes

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

#07388d Text Font Color

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

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


#07388d Background Color

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

This div background color is #07388d


#07388d Border Color

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

This div border color is #07388d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07388d


Comments

No comments written yet.

Please login to write comment.