Color Hex Logo

#7458ae Color Hex

#7458AE
(116,88,174)
0 Favorites   0 Comments

Color spaces of #7458ae

RGB 11688174
HSL0.720.350.51
HSV260°49°68°
CMYK 0.330.490.00   0.32
XYZ18.332213.748441.7319
Yxy13.74840.24840.1863
Hunter Lab37.078823.3645-40.7752
CIE-Lab43.869930.8275-42.0538

#7458ae color RGB value is (116,88,174).

#7458ae hex color red value is 116, green value is 88 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7458ae hue: 0.72 , saturation: 0.35 and the lightness value of 7458ae is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 10101110
Octal 164 130 256
Decimal 116 88 174
Hex 74 58 AE

RGB Percentages of Color #7458ae

%30.69
%23.28
%46.03

CMYK Percentages of Color #7458ae

%33
%49
%0
%32

Triadic Colors of #7458ae

#7458ae #ae7458 #58ae74

Analogous Colors of #7458ae

#7458ae #9f58ae #5867ae

Monochromatic Colors of #7458ae

#7458ae

Complementary Color

#7458ae #92ae58

#7458ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7458ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7458ae Color CSS Codes

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

#7458ae Text Font Color

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

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


#7458ae Background Color

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

This div background color is #7458ae


#7458ae Border Color

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

This div border color is #7458ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7458ae


Comments

No comments written yet.

Please login to write comment.