Color Hex Logo

#755daa Color Hex

#755DAA
(117,93,170)
1 Favorites   0 Comments

Color spaces of #755daa

RGB 11793170
HSL0.720.310.52
HSV259°45°67°
CMYK 0.310.450.00   0.33
XYZ18.506214.512939.8561
Yxy14.51290.25390.1991
Hunter Lab38.095820.0442-35.3626
CIE-Lab44.959727.0413-37.9648

#755daa color RGB value is (117,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011101 10101010
Octal 165 135 252
Decimal 117 93 170
Hex 75 5D AA

RGB Percentages of Color #755daa

%30.79
%24.47
%44.74

CMYK Percentages of Color #755daa

%31
%45
%0
%33

Triadic Colors of #755daa

#755daa #aa755d #5daa75

Analogous Colors of #755daa

#755daa #9c5daa #5d6caa

Monochromatic Colors of #755daa

#755daa

Complementary Color

#755daa #92aa5d

#755daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#755daa Color CSS Codes

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

#755daa Text Font Color

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

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


#755daa Background Color

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

This div background color is #755daa


#755daa Border Color

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

This div border color is #755daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755daa

#755daa Color Palettes


Comments

No comments written yet.

Please login to write comment.