Color Hex Logo

#7471ae Color Hex

#7471AE
(116,113,174)
0 Favorites   0 Comments

Color spaces of #7471ae

RGB 116113174
HSL0.670.270.56
HSV243°35°68°
CMYK 0.330.350.00   0.32
XYZ20.747618.579342.5370
Yxy18.57930.25340.2270
Hunter Lab43.103710.4879-28.3379
CIE-Lab50.191315.7480-32.0832

#7471ae color RGB value is (116,113,174).

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

The process color (four color CMYK) of #7471ae color hex is 0.33, 0.35, 0.00, 0.32. Web safe color of #7471ae is #666699. Color #7471ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 10101110
Octal 164 161 256
Decimal 116 113 174
Hex 74 71 AE

RGB Percentages of Color #7471ae

%28.78
%28.04
%43.18

CMYK Percentages of Color #7471ae

%33
%35
%0
%32

Triadic Colors of #7471ae

#7471ae #ae7471 #71ae74

Analogous Colors of #7471ae

#7471ae #9371ae #718dae

Monochromatic Colors of #7471ae

#7471ae

Complementary Color

#7471ae #abae71

#7471ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7471ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7471ae Color CSS Codes

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

#7471ae Text Font Color

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

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


#7471ae Background Color

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

This div background color is #7471ae


#7471ae Border Color

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

This div border color is #7471ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,113,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 #7471ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7471ae


Comments

No comments written yet.

Please login to write comment.