Color Hex Logo

#755c8a Color Hex

#755C8A
(117,92,138)
0 Favorites   0 Comments

Color spaces of #755c8a

RGB 11792138
HSL0.760.200.45
HSV273°33°54°
CMYK 0.150.330.00   0.46
XYZ15.750713.271225.7762
Yxy13.27120.28740.2422
Hunter Lab36.429713.4242-16.4505
CIE-Lab43.169119.5967-21.7071

#755c8a color RGB value is (117,92,138).

#755c8a hex color red value is 117, green value is 92 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #755c8a hue: 0.76 , saturation: 0.20 and the lightness value of 755c8a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011100 10001010
Octal 165 134 212
Decimal 117 92 138
Hex 75 5C 8A

RGB Percentages of Color #755c8a

%33.72
%26.51
%39.77

CMYK Percentages of Color #755c8a

%15
%33
%0
%46

Triadic Colors of #755c8a

#755c8a #8a755c #5c8a75

Analogous Colors of #755c8a

#755c8a #8a5c88 #5e5c8a

Monochromatic Colors of #755c8a

#755c8a

Complementary Color

#755c8a #718a5c

#755c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#755c8a Color CSS Codes

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

#755c8a Text Font Color

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

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


#755c8a Background Color

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

This div background color is #755c8a


#755c8a Border Color

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

This div border color is #755c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755c8a


Comments

No comments written yet.

Please login to write comment.