Color Hex Logo

#754aba Color Hex

#754ABA
(117,74,186)
0 Favorites   0 Comments

Color spaces of #754aba

RGB 11774186
HSL0.730.450.51
HSV263°60°73°
CMYK 0.370.600.00   0.27
XYZ18.647812.224647.8311
Yxy12.22460.23690.1553
Hunter Lab34.963734.0161-56.6354
CIE-Lab41.570942.3855-52.7760

#754aba color RGB value is (117,74,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 10111010
Octal 165 112 272
Decimal 117 74 186
Hex 75 4A BA

RGB Percentages of Color #754aba

%31.03
%19.63
%49.34

CMYK Percentages of Color #754aba

%37
%60
%0
%27

Triadic Colors of #754aba

#754aba #ba754a #4aba75

Analogous Colors of #754aba

#754aba #ad4aba #4a57ba

Monochromatic Colors of #754aba

#754aba

Complementary Color

#754aba #8fba4a

#754aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#754aba Color CSS Codes

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

#754aba Text Font Color

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

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


#754aba Background Color

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

This div background color is #754aba


#754aba Border Color

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

This div border color is #754aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754aba


Comments

No comments written yet.

Please login to write comment.