Color Hex Logo

#754bac Color Hex

#754BAC
(117,75,172)
0 Favorites   0 Comments

Color spaces of #754bac

RGB 11775172
HSL0.740.390.48
HSV266°56°67°
CMYK 0.320.560.00   0.33
XYZ17.298611.792640.3942
Yxy11.79260.24900.1697
Hunter Lab34.340429.8219-45.7040
CIE-Lab40.884638.1607-45.6318

#754bac color RGB value is (117,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001011 10101100
Octal 165 113 254
Decimal 117 75 172
Hex 75 4B AC

RGB Percentages of Color #754bac

%32.14
%20.60
%47.25

CMYK Percentages of Color #754bac

%32
%56
%0
%33

Triadic Colors of #754bac

#754bac #ac754b #4bac75

Analogous Colors of #754bac

#754bac #a64bac #4b51ac

Monochromatic Colors of #754bac

#754bac

Complementary Color

#754bac #82ac4b

#754bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#754bac Color CSS Codes

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

#754bac Text Font Color

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

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


#754bac Background Color

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

This div background color is #754bac


#754bac Border Color

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

This div border color is #754bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754bac


Comments

No comments written yet.

Please login to write comment.