Color Hex Logo

#075cbb Color Hex

#075CBB
(7,92,187)
0 Favorites   0 Comments

Color spaces of #075cbb

RGB 792187
HSL0.590.930.38
HSV212°96°73°
CMYK 0.960.510.00   0.27
XYZ12.884411.287348.5133
Yxy11.28730.17730.1553
Hunter Lab33.59669.6613-62.0969
CIE-Lab40.060215.2106-56.1000

#075cbb color RGB value is (7,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011100 10111011
Octal 7 134 273
Decimal 7 92 187
Hex 7 5C BB

RGB Percentages of Color #075cbb

%2.45
%32.17
%65.38

CMYK Percentages of Color #075cbb

%96
%51
%0
%27

Triadic Colors of #075cbb

#075cbb #bb075c #5cbb07

Analogous Colors of #075cbb

#075cbb #0c07bb #07b6bb

Monochromatic Colors of #075cbb

#075cbb

Complementary Color

#075cbb #bb6607

#075cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#075cbb Color CSS Codes

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

#075cbb Text Font Color

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

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


#075cbb Background Color

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

This div background color is #075cbb


#075cbb Border Color

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

This div border color is #075cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075cbb


Comments

No comments written yet.

Please login to write comment.