Color Hex Logo

#7456ba Color Hex

#7456BA
(116,86,186)
0 Favorites   0 Comments

Color spaces of #7456ba

RGB 11686186
HSL0.720.420.53
HSV258°54°73°
CMYK 0.380.540.00   0.27
XYZ19.393213.913848.1179
Yxy13.91380.23820.1709
Hunter Lab37.301227.5265-50.3722
CIE-Lab44.109135.2658-48.7031

#7456ba color RGB value is (116,86,186).

#7456ba hex color red value is 116, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7456ba hue: 0.72 , saturation: 0.42 and the lightness value of 7456ba is 0.53.

The process color (four color CMYK) of #7456ba color hex is 0.38, 0.54, 0.00, 0.27. Web safe color of #7456ba is #6666cc. Color #7456ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010110 10111010
Octal 164 126 272
Decimal 116 86 186
Hex 74 56 BA

RGB Percentages of Color #7456ba

%29.90
%22.16
%47.94

CMYK Percentages of Color #7456ba

%38
%54
%0
%27

Triadic Colors of #7456ba

#7456ba #ba7456 #56ba74

Analogous Colors of #7456ba

#7456ba #a656ba #566aba

Monochromatic Colors of #7456ba

#7456ba

Complementary Color

#7456ba #9cba56

#7456ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7456ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7456ba Color CSS Codes

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

#7456ba Text Font Color

<p style="color:#7456ba">Text here</p>

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


#7456ba Background Color

<div style="background-color:#7456ba">
Div content here</div>

This div background color is #7456ba


#7456ba Border Color

<div style="border:3px solid #7456ba">
Div here</div>

This div border color is #7456ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,86,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7456ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7456ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7456ba;
  box-shadow:         1px 1px 3px 2px #7456ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,86,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7456ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7456ba


Comments

No comments written yet.

Please login to write comment.