Color Hex Logo

#7134ae Color Hex

#7134AE
(113,52,174)
0 Favorites   0 Comments

Color spaces of #7134ae

RGB 11352174
HSL0.750.540.44
HSV270°70°68°
CMYK 0.350.700.00   0.32
XYZ15.67809.022740.9596
Yxy9.02270.23880.1374
Hunter Lab30.037840.6005-59.8215
CIE-Lab36.028049.9541-54.6727

#7134ae color RGB value is (113,52,174).

#7134ae hex color red value is 113, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7134ae hue: 0.75 , saturation: 0.54 and the lightness value of 7134ae is 0.44.

The process color (four color CMYK) of #7134ae color hex is 0.35, 0.70, 0.00, 0.32. Web safe color of #7134ae is #663399. Color #7134ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 10101110
Octal 161 64 256
Decimal 113 52 174
Hex 71 34 AE

RGB Percentages of Color #7134ae

%33.33
%15.34
%51.33

CMYK Percentages of Color #7134ae

%35
%70
%0
%32

Triadic Colors of #7134ae

#7134ae #ae7134 #34ae71

Analogous Colors of #7134ae

#7134ae #ae34ae #3434ae

Monochromatic Colors of #7134ae

#7134ae

Complementary Color

#7134ae #71ae34

#7134ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7134ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7134ae Color CSS Codes

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

#7134ae Text Font Color

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

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


#7134ae Background Color

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

This div background color is #7134ae


#7134ae Border Color

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

This div border color is #7134ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7134ae


Comments

No comments written yet.

Please login to write comment.