Color Hex Logo

#07048d Color Hex

#07048D
(7,4,141)
0 Favorites   0 Comments

Color spaces of #07048d

RGB 74141
HSL0.670.940.28
HSV241°97°55°
CMYK 0.950.970.00   0.45
XYZ4.93882.055125.3357
Yxy2.05510.15280.0636
Hunter Lab14.335636.4081-94.7498
CIE-Lab15.773849.6237-68.2315

#07048d color RGB value is (7,4,141).

#07048d hex color red value is 7, green value is 4 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #07048d hue: 0.67 , saturation: 0.94 and the lightness value of 07048d is 0.28.

The process color (four color CMYK) of #07048d color hex is 0.95, 0.97, 0.00, 0.45. Web safe color of #07048d is #000099. Color #07048d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000100 10001101
Octal 7 4 215
Decimal 7 4 141
Hex 7 4 8D

RGB Percentages of Color #07048d

%4.61
%2.63
%92.76

CMYK Percentages of Color #07048d

%95
%97
%0
%45

Triadic Colors of #07048d

#07048d #8d0704 #048d07

Analogous Colors of #07048d

#07048d #4b048d #04468d

Monochromatic Colors of #07048d

#07048d

Complementary Color

#07048d #8a8d04

#07048d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07048d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07048d Color CSS Codes

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

#07048d Text Font Color

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

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


#07048d Background Color

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

This div background color is #07048d


#07048d Border Color

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

This div border color is #07048d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07048d


Comments

No comments written yet.

Please login to write comment.