Color Hex Logo

#075acb Color Hex

#075ACB
(7,90,203)
0 Favorites   0 Comments

Color spaces of #075acb

RGB 790203
HSL0.600.930.41
HSV215°97°80°
CMYK 0.970.560.00   0.20
XYZ14.523311.669357.9869
Yxy11.66930.17250.1386
Hunter Lab34.160416.1088-76.7320
CIE-Lab40.685622.9736-64.3799

#075acb color RGB value is (7,90,203).

#075acb hex color red value is 7, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #075acb hue: 0.60 , saturation: 0.93 and the lightness value of 075acb is 0.41.

The process color (four color CMYK) of #075acb color hex is 0.97, 0.56, 0.00, 0.20. Web safe color of #075acb is #0066cc. Color #075acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011010 11001011
Octal 7 132 313
Decimal 7 90 203
Hex 7 5A CB

RGB Percentages of Color #075acb

%2.33
%30.00
%67.67

CMYK Percentages of Color #075acb

%97
%56
%0
%20

Triadic Colors of #075acb

#075acb #cb075a #5acb07

Analogous Colors of #075acb

#075acb #1607cb #07bccb

Monochromatic Colors of #075acb

#075acb

Complementary Color

#075acb #cb7807

#075acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#075acb Color CSS Codes

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

#075acb Text Font Color

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

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


#075acb Background Color

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

This div background color is #075acb


#075acb Border Color

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

This div border color is #075acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075acb


Comments

No comments written yet.

Please login to write comment.