Color Hex Logo

#754f9a Color Hex

#754F9A
(117,79,154)
0 Favorites   0 Comments

Color spaces of #754f9a

RGB 11779154
HSL0.750.320.46
HSV270°49°60°
CMYK 0.240.490.00   0.40
XYZ15.964811.707031.9901
Yxy11.70700.26760.1962
Hunter Lab34.215523.4102-31.4829
CIE-Lab40.746631.2772-35.1192

#754f9a color RGB value is (117,79,154).

#754f9a hex color red value is 117, green value is 79 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #754f9a hue: 0.75 , saturation: 0.32 and the lightness value of 754f9a is 0.46.

The process color (four color CMYK) of #754f9a color hex is 0.24, 0.49, 0.00, 0.40. Web safe color of #754f9a is #666699. Color #754f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001111 10011010
Octal 165 117 232
Decimal 117 79 154
Hex 75 4F 9A

RGB Percentages of Color #754f9a

%33.43
%22.57
%44.00

CMYK Percentages of Color #754f9a

%24
%49
%0
%40

Triadic Colors of #754f9a

#754f9a #9a754f #4f9a75

Analogous Colors of #754f9a

#754f9a #9a4f9a #504f9a

Monochromatic Colors of #754f9a

#754f9a

Complementary Color

#754f9a #749a4f

#754f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#754f9a Color CSS Codes

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

#754f9a Text Font Color

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

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


#754f9a Background Color

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

This div background color is #754f9a


#754f9a Border Color

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

This div border color is #754f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754f9a


Comments

No comments written yet.

Please login to write comment.