Color Hex Logo

#07007e Color Hex

#07007E
(7,0,126)
0 Favorites   0 Comments

Color spaces of #07007e

RGB 70126
HSL0.681.000.25
HSV243°100°49°
CMYK 0.941.000.00   0.51
XYZ3.85351.551519.8350
Yxy1.55150.15270.0615
Hunter Lab12.455933.4248-85.6952
CIE-Lab12.931847.0620-63.4935

#07007e color RGB value is (7,0,126).

#07007e hex color red value is 7, green value is 0 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #07007e hue: 0.68 , saturation: 1.00 and the lightness value of 07007e is 0.25.

The process color (four color CMYK) of #07007e color hex is 0.94, 1.00, 0.00, 0.51. Web safe color of #07007e is #000066. Color #07007e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000000 01111110
Octal 7 0 176
Decimal 7 0 126
Hex 7 0 7E

RGB Percentages of Color #07007e

%5.26
%0.00
%94.74

CMYK Percentages of Color #07007e

%94
%100
%0
%51

Triadic Colors of #07007e

#07007e #7e0700 #007e07

Analogous Colors of #07007e

#07007e #46007e #00387e

Monochromatic Colors of #07007e

#07007e

Complementary Color

#07007e #777e00

#07007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07007e Color CSS Codes

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

#07007e Text Font Color

<p style="color:#07007e">Text here</p>

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


#07007e Background Color

<div style="background-color:#07007e">
Div content here</div>

This div background color is #07007e


#07007e Border Color

<div style="border:3px solid #07007e">
Div here</div>

This div border color is #07007e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,0,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07007e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07007e;
  -webkit-box-shadow: 1px 1px 3px 2px #07007e;
  box-shadow:         1px 1px 3px 2px #07007e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07007e


Comments

No comments written yet.

Please login to write comment.