Color Hex Logo

#755baa Color Hex

#755BAA
(117,91,170)
0 Favorites   0 Comments

Color spaces of #755baa

RGB 11791170
HSL0.720.320.51
HSV260°46°67°
CMYK 0.310.460.00   0.33
XYZ18.332914.166439.7983
Yxy14.16640.25360.1959
Hunter Lab37.638321.0770-36.3458
CIE-Lab44.470628.2419-38.7388

#755baa color RGB value is (117,91,170).

#755baa hex color red value is 117, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #755baa hue: 0.72 , saturation: 0.32 and the lightness value of 755baa is 0.51.

The process color (four color CMYK) of #755baa color hex is 0.31, 0.46, 0.00, 0.33. Web safe color of #755baa is #666699. Color #755baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011011 10101010
Octal 165 133 252
Decimal 117 91 170
Hex 75 5B AA

RGB Percentages of Color #755baa

%30.95
%24.07
%44.97

CMYK Percentages of Color #755baa

%31
%46
%0
%33

Triadic Colors of #755baa

#755baa #aa755b #5baa75

Analogous Colors of #755baa

#755baa #9d5baa #5b69aa

Monochromatic Colors of #755baa

#755baa

Complementary Color

#755baa #90aa5b

#755baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#755baa Color CSS Codes

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

#755baa Text Font Color

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

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


#755baa Background Color

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

This div background color is #755baa


#755baa Border Color

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

This div border color is #755baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755baa


Comments

No comments written yet.

Please login to write comment.