Color Hex Logo

#754174 Color Hex

#754174
(117,65,116)
0 Favorites   0 Comments

Color spaces of #754174

RGB 11765116
HSL0.840.290.36
HSV301°44°46°
CMYK 0.000.440.01   0.54
XYZ12.37888.823517.5737
Yxy8.82350.31920.2276
Hunter Lab29.704422.4042-14.2841
CIE-Lab35.642230.8490-19.8541

#754174 color RGB value is (117,65,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 01110100
Octal 165 101 164
Decimal 117 65 116
Hex 75 41 74

RGB Percentages of Color #754174

%39.26
%21.81
%38.93

CMYK Percentages of Color #754174

%0
%44
%1
%54

Triadic Colors of #754174

#754174 #747541 #417475

Analogous Colors of #754174

#754174 #75415a #5c4175

Monochromatic Colors of #754174

#754174

Complementary Color

#754174 #417542

#754174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754174 Color CSS Codes

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

#754174 Text Font Color

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

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


#754174 Background Color

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

This div background color is #754174


#754174 Border Color

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

This div border color is #754174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754174


Comments

No comments written yet.

Please login to write comment.