Color Hex Logo

#7174ae Color Hex

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

Color spaces of #7174ae

RGB 113116174
HSL0.660.270.56
HSV237°35°68°
CMYK 0.350.330.00   0.32
XYZ20.695419.057542.6321
Yxy19.05750.25120.2313
Hunter Lab43.65498.2251-27.3425
CIE-Lab50.754413.0682-31.2212

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

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

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

Base Numbers

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

RGB Percentages of Color #7174ae

%28.04
%28.78
%43.18

CMYK Percentages of Color #7174ae

%35
%33
%0
%32

Triadic Colors of #7174ae

#7174ae #ae7174 #74ae71

Analogous Colors of #7174ae

#7174ae #8d71ae #7193ae

Monochromatic Colors of #7174ae

#7174ae

Complementary Color

#7174ae #aeab71

#7174ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7174ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7174ae Color CSS Codes

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

#7174ae Text Font Color

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

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


#7174ae Background Color

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

This div background color is #7174ae


#7174ae Border Color

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

This div border color is #7174ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7174ae


Comments

No comments written yet.

Please login to write comment.