Color Hex Logo

#075ace Color Hex

#075ACE
(7,90,206)
0 Favorites   0 Comments

Color spaces of #075ace

RGB 790206
HSL0.600.930.42
HSV215°97°81°
CMYK 0.970.560.00   0.19
XYZ14.884411.813759.8883
Yxy11.81370.17190.1364
Hunter Lab34.371117.1501-79.2474
CIE-Lab40.918524.1672-65.7314

#075ace color RGB value is (7,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011010 11001110
Octal 7 132 316
Decimal 7 90 206
Hex 7 5A CE

RGB Percentages of Color #075ace

%2.31
%29.70
%67.99

CMYK Percentages of Color #075ace

%97
%56
%0
%19

Triadic Colors of #075ace

#075ace #ce075a #5ace07

Analogous Colors of #075ace

#075ace #1807ce #07bece

Monochromatic Colors of #075ace

#075ace

Complementary Color

#075ace #ce7b07

#075ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#075ace Color CSS Codes

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

#075ace Text Font Color

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

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


#075ace Background Color

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

This div background color is #075ace


#075ace Border Color

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

This div border color is #075ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075ace


Comments

No comments written yet.

Please login to write comment.