Color Hex Logo

#07325d Color Hex

#07325D
(7,50,93)
0 Favorites   0 Comments

Color spaces of #07325d

RGB 75093
HSL0.580.860.20
HSV210°92°36°
CMYK 0.920.460.00   0.64
XYZ3.20403.116710.7886
Yxy3.11670.18730.1822
Hunter Lab17.65421.5006-23.8746
CIE-Lab20.50534.1676-29.6073

#07325d color RGB value is (7,50,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 01011101
Octal 7 62 135
Decimal 7 50 93
Hex 7 32 5D

RGB Percentages of Color #07325d

%4.67
%33.33
%62.00

CMYK Percentages of Color #07325d

%92
%46
%0
%64

Triadic Colors of #07325d

#07325d #5d0732 #325d07

Analogous Colors of #07325d

#07325d #07075d #075d5d

Monochromatic Colors of #07325d

#07325d

Complementary Color

#07325d #5d3207

#07325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07325d Color CSS Codes

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

#07325d Text Font Color

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

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


#07325d Background Color

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

This div background color is #07325d


#07325d Border Color

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

This div border color is #07325d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07325d


Comments

No comments written yet.

Please login to write comment.