Color Hex Logo

#7279ae Color Hex

#7279AE
(114,121,174)
0 Favorites   0 Comments

Color spaces of #7279ae

RGB 114121174
HSL0.650.270.56
HSV233°34°68°
CMYK 0.340.300.00   0.32
XYZ21.416820.308142.8355
Yxy20.30810.25330.2402
Hunter Lab45.06455.9688-24.8122
CIE-Lab52.183810.3624-28.9891

#7279ae color RGB value is (114,121,174).

#7279ae hex color red value is 114, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7279ae hue: 0.65 , saturation: 0.27 and the lightness value of 7279ae is 0.56.

The process color (four color CMYK) of #7279ae color hex is 0.34, 0.30, 0.00, 0.32. Web safe color of #7279ae is #666699. Color #7279ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111001 10101110
Octal 162 171 256
Decimal 114 121 174
Hex 72 79 AE

RGB Percentages of Color #7279ae

%27.87
%29.58
%42.54

CMYK Percentages of Color #7279ae

%34
%30
%0
%32

Triadic Colors of #7279ae

#7279ae #ae7279 #79ae72

Analogous Colors of #7279ae

#7279ae #8972ae #7297ae

Monochromatic Colors of #7279ae

#7279ae

Complementary Color

#7279ae #aea772

#7279ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7279ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7279ae Color CSS Codes

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

#7279ae Text Font Color

<p style="color:#7279ae">Text here</p>

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


#7279ae Background Color

<div style="background-color:#7279ae">
Div content here</div>

This div background color is #7279ae


#7279ae Border Color

<div style="border:3px solid #7279ae">
Div here</div>

This div border color is #7279ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,121,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7279ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7279ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7279ae;
  box-shadow:         1px 1px 3px 2px #7279ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,121,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7279ae


Comments

No comments written yet.

Please login to write comment.