Color Hex Logo

#075dad Color Hex

#075DAD
(7,93,173)
0 Favorites   0 Comments

Color spaces of #075dad

RGB 793173
HSL0.580.920.35
HSV209°96°68°
CMYK 0.960.460.00   0.32
XYZ11.544810.891041.0289
Yxy10.89100.18190.1716
Hunter Lab33.00154.6914-50.6108
CIE-Lab39.39638.8431-48.9466

#075dad color RGB value is (7,93,173).

#075dad hex color red value is 7, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #075dad hue: 0.58 , saturation: 0.92 and the lightness value of 075dad is 0.35.

The process color (four color CMYK) of #075dad color hex is 0.96, 0.46, 0.00, 0.32. Web safe color of #075dad is #006699. Color #075dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011101 10101101
Octal 7 135 255
Decimal 7 93 173
Hex 7 5D AD

RGB Percentages of Color #075dad

%2.56
%34.07
%63.37

CMYK Percentages of Color #075dad

%96
%46
%0
%32

Triadic Colors of #075dad

#075dad #ad075d #5dad07

Analogous Colors of #075dad

#075dad #070aad #07adaa

Monochromatic Colors of #075dad

#075dad

Complementary Color

#075dad #ad5707

#075dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#075dad Color CSS Codes

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

#075dad Text Font Color

<p style="color:#075dad">Text here</p>

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


#075dad Background Color

<div style="background-color:#075dad">
Div content here</div>

This div background color is #075dad


#075dad Border Color

<div style="border:3px solid #075dad">
Div here</div>

This div border color is #075dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075dad


Comments

No comments written yet.

Please login to write comment.