Color Hex Logo

#754255 Color Hex

#754255
(117,66,85)
0 Favorites   0 Comments

Color spaces of #754255

RGB 1176685
HSL0.940.280.36
HSV338°44°46°
CMYK 0.000.440.27   0.54
XYZ10.92408.33429.6272
Yxy8.33420.37820.2885
Hunter Lab28.869017.02340.4364
CIE-Lab34.669424.6970-1.7387

#754255 color RGB value is (117,66,85).

#754255 hex color red value is 117, green value is 66 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #754255 hue: 0.94 , saturation: 0.28 and the lightness value of 754255 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 01010101
Octal 165 102 125
Decimal 117 66 85
Hex 75 42 55

RGB Percentages of Color #754255

%43.66
%24.63
%31.72

CMYK Percentages of Color #754255

%0
%44
%27
%54

Triadic Colors of #754255

#754255 #557542 #425575

Analogous Colors of #754255

#754255 #754942 #75426f

Monochromatic Colors of #754255

#754255

Complementary Color

#754255 #427562

#754255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754255 Color CSS Codes

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

#754255 Text Font Color

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

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


#754255 Background Color

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

This div background color is #754255


#754255 Border Color

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

This div border color is #754255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754255


Comments

No comments written yet.

Please login to write comment.