Color Hex Logo

#7150ae Color Hex

#7150AE
(113,80,174)
0 Favorites   0 Comments

Color spaces of #7150ae

RGB 11380174
HSL0.730.370.50
HSV261°54°68°
CMYK 0.350.540.00   0.32
XYZ17.318712.304041.5065
Yxy12.30400.24350.1730
Hunter Lab35.077126.7465-45.6036
CIE-Lab41.695334.7761-45.5412

#7150ae color RGB value is (113,80,174).

#7150ae hex color red value is 113, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7150ae hue: 0.73 , saturation: 0.37 and the lightness value of 7150ae is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 10101110
Octal 161 120 256
Decimal 113 80 174
Hex 71 50 AE

RGB Percentages of Color #7150ae

%30.79
%21.80
%47.41

CMYK Percentages of Color #7150ae

%35
%54
%0
%32

Triadic Colors of #7150ae

#7150ae #ae7150 #50ae71

Analogous Colors of #7150ae

#7150ae #a050ae #505eae

Monochromatic Colors of #7150ae

#7150ae

Complementary Color

#7150ae #8dae50

#7150ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7150ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7150ae Color CSS Codes

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

#7150ae Text Font Color

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

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


#7150ae Background Color

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

This div background color is #7150ae


#7150ae Border Color

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

This div border color is #7150ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7150ae


Comments

No comments written yet.

Please login to write comment.