Color Hex Logo

#07648a Color Hex

#07648A
(7,100,138)
0 Favorites   0 Comments

Color spaces of #07648a

RGB 7100138
HSL0.550.900.28
HSV197°95°54°
CMYK 0.950.280.00   0.46
XYZ9.232210.994525.6803
Yxy10.99450.20110.2395
Hunter Lab33.1580-8.3265-22.7086
CIE-Lab39.5712-9.6911-27.7567

#07648a color RGB value is (7,100,138).

#07648a hex color red value is 7, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #07648a hue: 0.55 , saturation: 0.90 and the lightness value of 07648a is 0.28.

The process color (four color CMYK) of #07648a color hex is 0.95, 0.28, 0.00, 0.46. Web safe color of #07648a is #006699. Color #07648a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100100 10001010
Octal 7 144 212
Decimal 7 100 138
Hex 7 64 8A

RGB Percentages of Color #07648a

%2.86
%40.82
%56.33

CMYK Percentages of Color #07648a

%95
%28
%0
%46

Triadic Colors of #07648a

#07648a #8a0764 #648a07

Analogous Colors of #07648a

#07648a #07228a #078a6f

Monochromatic Colors of #07648a

#07648a

Complementary Color

#07648a #8a2d07

#07648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07648a Color CSS Codes

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

#07648a Text Font Color

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

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


#07648a Background Color

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

This div background color is #07648a


#07648a Border Color

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

This div border color is #07648a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,100,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07648a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07648a;
  -webkit-box-shadow: 1px 1px 3px 2px #07648a;
  box-shadow:         1px 1px 3px 2px #07648a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07648a


Comments

No comments written yet.

Please login to write comment.