Color Hex Logo

#075cbf Color Hex

#075CBF
(7,92,191)
0 Favorites   0 Comments

Color spaces of #075cbf

RGB 792191
HSL0.590.930.39
HSV212°96°75°
CMYK 0.960.520.00   0.25
XYZ13.318711.461150.8004
Yxy11.46110.17620.1516
Hunter Lab33.854210.9793-65.2704
CIE-Lab40.346516.8308-57.9701

#075cbf color RGB value is (7,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011100 10111111
Octal 7 134 277
Decimal 7 92 191
Hex 7 5C BF

RGB Percentages of Color #075cbf

%2.41
%31.72
%65.86

CMYK Percentages of Color #075cbf

%96
%52
%0
%25

Triadic Colors of #075cbf

#075cbf #bf075c #5cbf07

Analogous Colors of #075cbf

#075cbf #0e07bf #07b8bf

Monochromatic Colors of #075cbf

#075cbf

Complementary Color

#075cbf #bf6a07

#075cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#075cbf Color CSS Codes

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

#075cbf Text Font Color

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

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


#075cbf Background Color

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

This div background color is #075cbf


#075cbf Border Color

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

This div border color is #075cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075cbf

#075cbf Color Palettes


Comments

No comments written yet.

Please login to write comment.