Color Hex Logo

#7095af Color Hex

#7095AF
(112,149,175)
0 Favorites   0 Comments

Color spaces of #7095af

RGB 112149175
HSL0.570.280.56
HSV205°36°69°
CMYK 0.360.150.00   0.31
XYZ25.167428.034844.6422
Yxy28.03480.25720.2865
Hunter Lab52.9479-7.8135-12.9259
CIE-Lab59.9202-6.1694-17.6825

#7095af color RGB value is (112,149,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010101 10101111
Octal 160 225 257
Decimal 112 149 175
Hex 70 95 AF

RGB Percentages of Color #7095af

%25.69
%34.17
%40.14

CMYK Percentages of Color #7095af

%36
%15
%0
%31

Triadic Colors of #7095af

#7095af #af7095 #95af70

Analogous Colors of #7095af

#7095af #7076af #70afaa

Monochromatic Colors of #7095af

#7095af

Complementary Color

#7095af #af8a70

#7095af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7095af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7095af Color CSS Codes

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

#7095af Text Font Color

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

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


#7095af Background Color

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

This div background color is #7095af


#7095af Border Color

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

This div border color is #7095af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,149,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 #7095af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7095af


Comments

No comments written yet.

Please login to write comment.