Color Hex Logo

#7093af Color Hex

#7093AF
(112,147,175)
0 Favorites   0 Comments

Color spaces of #7093af

RGB 112147175
HSL0.570.280.56
HSV207°36°69°
CMYK 0.360.160.00   0.31
XYZ24.853727.407344.5377
Yxy27.40730.25680.2831
Hunter Lab52.3520-6.8745-13.7937
CIE-Lab59.3494-5.0490-18.5505

#7093af color RGB value is (112,147,175).

#7093af hex color red value is 112, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7093af hue: 0.57 , saturation: 0.28 and the lightness value of 7093af is 0.56.

The process color (four color CMYK) of #7093af color hex is 0.36, 0.16, 0.00, 0.31. Web safe color of #7093af is #669999. Color #7093af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010011 10101111
Octal 160 223 257
Decimal 112 147 175
Hex 70 93 AF

RGB Percentages of Color #7093af

%25.81
%33.87
%40.32

CMYK Percentages of Color #7093af

%36
%16
%0
%31

Triadic Colors of #7093af

#7093af #af7093 #93af70

Analogous Colors of #7093af

#7093af #7074af #70afac

Monochromatic Colors of #7093af

#7093af

Complementary Color

#7093af #af8c70

#7093af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7093af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7093af Color CSS Codes

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

#7093af Text Font Color

<p style="color:#7093af">Text here</p>

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


#7093af Background Color

<div style="background-color:#7093af">
Div content here</div>

This div background color is #7093af


#7093af Border Color

<div style="border:3px solid #7093af">
Div here</div>

This div border color is #7093af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,147,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7093af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7093af;
  -webkit-box-shadow: 1px 1px 3px 2px #7093af;
  box-shadow:         1px 1px 3px 2px #7093af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,147,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7093af


Comments

No comments written yet.

Please login to write comment.