Color Hex Logo

#07225d Color Hex

#07225D
(7,34,93)
0 Favorites   0 Comments

Color spaces of #07225d

RGB 73493
HSL0.610.860.20
HSV221°92°36°
CMYK 0.920.630.00   0.64
XYZ2.63541.979510.5991
Yxy1.97950.17320.1301
Hunter Lab14.06958.8139-34.8169
CIE-Lab15.379316.0794-37.9003

#07225d color RGB value is (7,34,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100010 01011101
Octal 7 42 135
Decimal 7 34 93
Hex 7 22 5D

RGB Percentages of Color #07225d

%5.22
%25.37
%69.40

CMYK Percentages of Color #07225d

%92
%63
%0
%64

Triadic Colors of #07225d

#07225d #5d0722 #225d07

Analogous Colors of #07225d

#07225d #17075d #074d5d

Monochromatic Colors of #07225d

#07225d

Complementary Color

#07225d #5d4207

#07225d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07225d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07225d Color CSS Codes

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

#07225d Text Font Color

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

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


#07225d Background Color

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

This div background color is #07225d


#07225d Border Color

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

This div border color is #07225d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07225d


Comments

No comments written yet.

Please login to write comment.