Color Hex Logo

#753777 Color Hex

#753777
(117,55,119)
0 Favorites   0 Comments

Color spaces of #753777

RGB 11755119
HSL0.830.370.34
HSV298°54°47°
CMYK 0.020.540.00   0.53
XYZ12.03217.846218.3331
Yxy7.84620.31490.2053
Hunter Lab28.011127.6550-19.1973
CIE-Lab33.660537.0023-24.8173

#753777 color RGB value is (117,55,119).

#753777 hex color red value is 117, green value is 55 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #753777 hue: 0.83 , saturation: 0.37 and the lightness value of 753777 is 0.34.

The process color (four color CMYK) of #753777 color hex is 0.02, 0.54, 0.00, 0.53. Web safe color of #753777 is #663366. Color #753777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110111 01110111
Octal 165 67 167
Decimal 117 55 119
Hex 75 37 77

RGB Percentages of Color #753777

%40.21
%18.90
%40.89

CMYK Percentages of Color #753777

%2
%54
%0
%53

Triadic Colors of #753777

#753777 #777537 #377775

Analogous Colors of #753777

#753777 #773759 #553777

Monochromatic Colors of #753777

#753777

Complementary Color

#753777 #397737

#753777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753777 Color CSS Codes

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

#753777 Text Font Color

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

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


#753777 Background Color

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

This div background color is #753777


#753777 Border Color

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

This div border color is #753777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753777


Comments

No comments written yet.

Please login to write comment.