Color Hex Logo

#7547ba Color Hex

#7547BA
(117,71,186)
0 Favorites   0 Comments

Color spaces of #7547ba

RGB 11771186
HSL0.730.450.50
HSV264°62°73°
CMYK 0.370.620.00   0.27
XYZ18.452311.833647.7659
Yxy11.83360.23640.1516
Hunter Lab34.400035.5481-58.2468
CIE-Lab40.950444.0410-53.7766

#7547ba color RGB value is (117,71,186).

#7547ba hex color red value is 117, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7547ba hue: 0.73 , saturation: 0.45 and the lightness value of 7547ba is 0.50.

The process color (four color CMYK) of #7547ba color hex is 0.37, 0.62, 0.00, 0.27. Web safe color of #7547ba is #6633cc. Color #7547ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 10111010
Octal 165 107 272
Decimal 117 71 186
Hex 75 47 BA

RGB Percentages of Color #7547ba

%31.28
%18.98
%49.73

CMYK Percentages of Color #7547ba

%37
%62
%0
%27

Triadic Colors of #7547ba

#7547ba #ba7547 #47ba75

Analogous Colors of #7547ba

#7547ba #af47ba #4752ba

Monochromatic Colors of #7547ba

#7547ba

Complementary Color

#7547ba #8cba47

#7547ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7547ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7547ba Color CSS Codes

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

#7547ba Text Font Color

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

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


#7547ba Background Color

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

This div background color is #7547ba


#7547ba Border Color

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

This div border color is #7547ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,71,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 #7547ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7547ba


Comments

No comments written yet.

Please login to write comment.