Color Hex Logo

#754baa Color Hex

#754BAA
(117,75,170)
0 Favorites   0 Comments

Color spaces of #754baa

RGB 11775170
HSL0.740.390.48
HSV267°56°67°
CMYK 0.310.560.00   0.33
XYZ17.107911.716339.3900
Yxy11.71630.25080.1718
Hunter Lab34.229129.3145-44.2691
CIE-Lab40.761637.6456-44.6429

#754baa color RGB value is (117,75,170).

#754baa hex color red value is 117, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #754baa hue: 0.74 , saturation: 0.39 and the lightness value of 754baa is 0.48.

The process color (four color CMYK) of #754baa color hex is 0.31, 0.56, 0.00, 0.33. Web safe color of #754baa is #663399. Color #754baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001011 10101010
Octal 165 113 252
Decimal 117 75 170
Hex 75 4B AA

RGB Percentages of Color #754baa

%32.32
%20.72
%46.96

CMYK Percentages of Color #754baa

%31
%56
%0
%33

Triadic Colors of #754baa

#754baa #aa754b #4baa75

Analogous Colors of #754baa

#754baa #a54baa #4b50aa

Monochromatic Colors of #754baa

#754baa

Complementary Color

#754baa #80aa4b

#754baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#754baa Color CSS Codes

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

#754baa Text Font Color

<p style="color:#754baa">Text here</p>

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


#754baa Background Color

<div style="background-color:#754baa">
Div content here</div>

This div background color is #754baa


#754baa Border Color

<div style="border:3px solid #754baa">
Div here</div>

This div border color is #754baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,75,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754baa;
  -webkit-box-shadow: 1px 1px 3px 2px #754baa;
  box-shadow:         1px 1px 3px 2px #754baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,75,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754baa


Comments

No comments written yet.

Please login to write comment.