Color Hex Logo

#075cad Color Hex

#075CAD
(7,92,173)
0 Favorites   0 Comments

Color spaces of #075cad

RGB 792173
HSL0.580.920.35
HSV209°96°68°
CMYK 0.960.470.00   0.32
XYZ11.457610.716640.9998
Yxy10.71660.18140.1696
Hunter Lab32.73625.1862-51.3412
CIE-Lab39.09909.4995-49.4250

#075cad color RGB value is (7,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011100 10101101
Octal 7 134 255
Decimal 7 92 173
Hex 7 5C AD

RGB Percentages of Color #075cad

%2.57
%33.82
%63.60

CMYK Percentages of Color #075cad

%96
%47
%0
%32

Triadic Colors of #075cad

#075cad #ad075c #5cad07

Analogous Colors of #075cad

#075cad #0709ad #07adab

Monochromatic Colors of #075cad

#075cad

Complementary Color

#075cad #ad5807

#075cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#075cad Color CSS Codes

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

#075cad Text Font Color

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

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


#075cad Background Color

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

This div background color is #075cad


#075cad Border Color

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

This div border color is #075cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075cad


Comments

No comments written yet.

Please login to write comment.