Color Hex Logo

#07057d Color Hex

#07057D
(7,5,125)
0 Favorites   0 Comments

Color spaces of #07057d

RGB 75125
HSL0.670.920.25
HSV241°96°49°
CMYK 0.940.960.00   0.51
XYZ3.84361.634419.5149
Yxy1.63440.15380.0654
Hunter Lab12.784431.2931-81.5551
CIE-Lab13.438244.7321-62.0072

#07057d color RGB value is (7,5,125).

#07057d hex color red value is 7, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #07057d hue: 0.67 , saturation: 0.92 and the lightness value of 07057d is 0.25.

The process color (four color CMYK) of #07057d color hex is 0.94, 0.96, 0.00, 0.51. Web safe color of #07057d is #000066. Color #07057d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000101 01111101
Octal 7 5 175
Decimal 7 5 125
Hex 7 5 7D

RGB Percentages of Color #07057d

%5.11
%3.65
%91.24

CMYK Percentages of Color #07057d

%94
%96
%0
%51

Triadic Colors of #07057d

#07057d #7d0705 #057d07

Analogous Colors of #07057d

#07057d #43057d #053f7d

Monochromatic Colors of #07057d

#07057d

Complementary Color

#07057d #7b7d05

#07057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07057d Color CSS Codes

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

#07057d Text Font Color

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

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


#07057d Background Color

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

This div background color is #07057d


#07057d Border Color

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

This div border color is #07057d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07057d


Comments

No comments written yet.

Please login to write comment.