Color Hex Logo

#754055 Color Hex

#754055
(117,64,85)
0 Favorites   0 Comments

Color spaces of #754055

RGB 1176485
HSL0.930.290.35
HSV336°45°46°
CMYK 0.000.450.27   0.54
XYZ10.80928.10469.5890
Yxy8.10460.37920.2843
Hunter Lab28.468617.9544-0.0425
CIE-Lab34.199825.8667-2.4304

#754055 color RGB value is (117,64,85).

#754055 hex color red value is 117, green value is 64 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #754055 hue: 0.93 , saturation: 0.29 and the lightness value of 754055 is 0.35.

The process color (four color CMYK) of #754055 color hex is 0.00, 0.45, 0.27, 0.54. Web safe color of #754055 is #663366. Color #754055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 01010101
Octal 165 100 125
Decimal 117 64 85
Hex 75 40 55

RGB Percentages of Color #754055

%43.98
%24.06
%31.95

CMYK Percentages of Color #754055

%0
%45
%27
%54

Triadic Colors of #754055

#754055 #557540 #405575

Analogous Colors of #754055

#754055 #754640 #754070

Monochromatic Colors of #754055

#754055

Complementary Color

#754055 #407560

#754055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754055 Color CSS Codes

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

#754055 Text Font Color

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

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


#754055 Background Color

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

This div background color is #754055


#754055 Border Color

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

This div border color is #754055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754055


Comments

No comments written yet.

Please login to write comment.