Color Hex Logo

#075acc Color Hex

#075ACC
(7,90,204)
0 Favorites   0 Comments

Color spaces of #075acc

RGB 790204
HSL0.600.930.41
HSV215°97°80°
CMYK 0.970.560.00   0.20
XYZ14.642911.717158.6166
Yxy11.71710.17230.1379
Hunter Lab34.230216.4552-77.5683
CIE-Lab40.762923.3722-64.8314

#075acc color RGB value is (7,90,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011010 11001100
Octal 7 132 314
Decimal 7 90 204
Hex 7 5A CC

RGB Percentages of Color #075acc

%2.33
%29.90
%67.77

CMYK Percentages of Color #075acc

%97
%56
%0
%20

Triadic Colors of #075acc

#075acc #cc075a #5acc07

Analogous Colors of #075acc

#075acc #1707cc #07bdcc

Monochromatic Colors of #075acc

#075acc

Complementary Color

#075acc #cc7907

#075acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#075acc Color CSS Codes

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

#075acc Text Font Color

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

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


#075acc Background Color

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

This div background color is #075acc


#075acc Border Color

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

This div border color is #075acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075acc


Comments

No comments written yet.

Please login to write comment.