Color Hex Logo

#075cb4 Color Hex

#075CB4
(7,92,180)
0 Favorites   0 Comments

Color spaces of #075cb4

RGB 792180
HSL0.580.930.37
HSV211°96°71°
CMYK 0.960.490.00   0.29
XYZ12.153010.994844.6617
Yxy10.99480.17920.1621
Hunter Lab33.15847.3954-56.6480
CIE-Lab39.571712.3611-52.7877

#075cb4 color RGB value is (7,92,180).

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

The process color (four color CMYK) of #075cb4 color hex is 0.96, 0.49, 0.00, 0.29. Web safe color of #075cb4 is #0066cc. Color #075cb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011100 10110100
Octal 7 134 264
Decimal 7 92 180
Hex 7 5C B4

RGB Percentages of Color #075cb4

%2.51
%32.97
%64.52

CMYK Percentages of Color #075cb4

%96
%49
%0
%29

Triadic Colors of #075cb4

#075cb4 #b4075c #5cb407

Analogous Colors of #075cb4

#075cb4 #0807b4 #07b3b4

Monochromatic Colors of #075cb4

#075cb4

Complementary Color

#075cb4 #b45f07

#075cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075cb4 Color CSS Codes

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

#075cb4 Text Font Color

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

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


#075cb4 Background Color

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

This div background color is #075cb4


#075cb4 Border Color

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

This div border color is #075cb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075cb4


Comments

No comments written yet.

Please login to write comment.