Color Hex Logo

#754374 Color Hex

#754374
(117,67,116)
0 Favorites   0 Comments

Color spaces of #754374

RGB 11767116
HSL0.840.270.36
HSV301°43°46°
CMYK 0.000.430.01   0.54
XYZ12.49579.057217.6126
Yxy9.05720.31900.2313
Hunter Lab30.095221.4477-13.6317
CIE-Lab36.094229.6962-19.1551

#754374 color RGB value is (117,67,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 01110100
Octal 165 103 164
Decimal 117 67 116
Hex 75 43 74

RGB Percentages of Color #754374

%39.00
%22.33
%38.67

CMYK Percentages of Color #754374

%0
%43
%1
%54

Triadic Colors of #754374

#754374 #747543 #437475

Analogous Colors of #754374

#754374 #75435b #5d4375

Monochromatic Colors of #754374

#754374

Complementary Color

#754374 #437544

#754374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754374 Color CSS Codes

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

#754374 Text Font Color

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

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


#754374 Background Color

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

This div background color is #754374


#754374 Border Color

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

This div border color is #754374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754374


Comments

No comments written yet.

Please login to write comment.