Color Hex Logo

#07122d Color Hex

#07122D
(7,18,45)
0 Favorites   0 Comments

Color spaces of #07122d

RGB 71845
HSL0.620.730.10
HSV223°84°18°
CMYK 0.840.600.00   0.82
XYZ0.77760.66722.5704
Yxy0.66720.19370.1662
Hunter Lab8.16822.6985-12.9398
CIE-Lab6.02685.8761-19.3962

#07122d color RGB value is (7,18,45).

#07122d hex color red value is 7, green value is 18 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #07122d hue: 0.62 , saturation: 0.73 and the lightness value of 07122d is 0.10.

The process color (four color CMYK) of #07122d color hex is 0.84, 0.60, 0.00, 0.82. Web safe color of #07122d is #000033. Color #07122d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010010 00101101
Octal 7 22 55
Decimal 7 18 45
Hex 7 12 2D

RGB Percentages of Color #07122d

%10.00
%25.71
%64.29

CMYK Percentages of Color #07122d

%84
%60
%0
%82

Triadic Colors of #07122d

#07122d #2d0712 #122d07

Analogous Colors of #07122d

#07122d #0f072d #07252d

Monochromatic Colors of #07122d

#07122d

Complementary Color

#07122d #2d2207

#07122d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07122d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07122d Color CSS Codes

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

#07122d Text Font Color

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

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


#07122d Background Color

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

This div background color is #07122d


#07122d Border Color

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

This div border color is #07122d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07122d


Comments

No comments written yet.

Please login to write comment.