Color Hex Logo

#754351 Color Hex

#754351
(117,67,81)
0 Favorites   0 Comments

Color spaces of #754351

RGB 1176781
HSL0.950.270.36
HSV343°43°46°
CMYK 0.000.430.31   0.54
XYZ10.82858.39038.8333
Yxy8.39030.38600.2991
Hunter Lab28.966016.03902.1955
CIE-Lab34.782923.49760.9766

#754351 color RGB value is (117,67,81).

#754351 hex color red value is 117, green value is 67 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #754351 hue: 0.95 , saturation: 0.27 and the lightness value of 754351 is 0.36.

The process color (four color CMYK) of #754351 color hex is 0.00, 0.43, 0.31, 0.54. Web safe color of #754351 is #663366. Color #754351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 01010001
Octal 165 103 121
Decimal 117 67 81
Hex 75 43 51

RGB Percentages of Color #754351

%44.15
%25.28
%30.57

CMYK Percentages of Color #754351

%0
%43
%31
%54

Triadic Colors of #754351

#754351 #517543 #435175

Analogous Colors of #754351

#754351 #754e43 #75436a

Monochromatic Colors of #754351

#754351

Complementary Color

#754351 #437567

#754351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754351 Color CSS Codes

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

#754351 Text Font Color

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

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


#754351 Background Color

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

This div background color is #754351


#754351 Border Color

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

This div border color is #754351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754351


Comments

No comments written yet.

Please login to write comment.