Color Hex Logo

#754254 Color Hex

#754254
(117,66,84)
0 Favorites   0 Comments

Color spaces of #754254

RGB 1176684
HSL0.940.280.36
HSV339°44°46°
CMYK 0.000.440.28   0.54
XYZ10.88468.31849.4194
Yxy8.31840.38030.2906
Hunter Lab28.841616.89160.8256
CIE-Lab34.637424.5425-1.1482

#754254 color RGB value is (117,66,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 01010100
Octal 165 102 124
Decimal 117 66 84
Hex 75 42 54

RGB Percentages of Color #754254

%43.82
%24.72
%31.46

CMYK Percentages of Color #754254

%0
%44
%28
%54

Triadic Colors of #754254

#754254 #547542 #425475

Analogous Colors of #754254

#754254 #754a42 #75426e

Monochromatic Colors of #754254

#754254

Complementary Color

#754254 #427563

#754254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754254 Color CSS Codes

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

#754254 Text Font Color

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

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


#754254 Background Color

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

This div background color is #754254


#754254 Border Color

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

This div border color is #754254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754254


Comments

No comments written yet.

Please login to write comment.