Color Hex Logo

#755987 Color Hex

#755987
(117,89,135)
0 Favorites   0 Comments

Color spaces of #755987

RGB 11789135
HSL0.770.210.44
HSV277°34°53°
CMYK 0.130.340.00   0.47
XYZ15.281712.675924.5629
Yxy12.67590.29100.2414
Hunter Lab35.603214.3105-15.9823
CIE-Lab42.270820.7152-21.2834

#755987 color RGB value is (117,89,135).

#755987 hex color red value is 117, green value is 89 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #755987 hue: 0.77 , saturation: 0.21 and the lightness value of 755987 is 0.44.

The process color (four color CMYK) of #755987 color hex is 0.13, 0.34, 0.00, 0.47. Web safe color of #755987 is #666699. Color #755987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 10000111
Octal 165 131 207
Decimal 117 89 135
Hex 75 59 87

RGB Percentages of Color #755987

%34.31
%26.10
%39.59

CMYK Percentages of Color #755987

%13
%34
%0
%47

Triadic Colors of #755987

#755987 #877559 #598775

Analogous Colors of #755987

#755987 #875982 #5e5987

Monochromatic Colors of #755987

#755987

Complementary Color

#755987 #6b8759

#755987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755987 Color CSS Codes

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

#755987 Text Font Color

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

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


#755987 Background Color

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

This div background color is #755987


#755987 Border Color

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

This div border color is #755987


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,89,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755987; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755987;
  -webkit-box-shadow: 1px 1px 3px 2px #755987;
  box-shadow:         1px 1px 3px 2px #755987; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755987


Comments

No comments written yet.

Please login to write comment.