Color Hex Logo

#754071 Color Hex

#754071
(117,64,113)
0 Favorites   0 Comments

Color spaces of #754071

RGB 11764113
HSL0.850.290.35
HSV305°45°46°
CMYK 0.000.450.03   0.54
XYZ12.15028.641016.6503
Yxy8.64100.32450.2308
Hunter Lab29.395622.3379-13.0063
CIE-Lab35.283730.8246-18.5306

#754071 color RGB value is (117,64,113).

#754071 hex color red value is 117, green value is 64 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #754071 hue: 0.85 , saturation: 0.29 and the lightness value of 754071 is 0.35.

The process color (four color CMYK) of #754071 color hex is 0.00, 0.45, 0.03, 0.54. Web safe color of #754071 is #663366. Color #754071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 01110001
Octal 165 100 161
Decimal 117 64 113
Hex 75 40 71

RGB Percentages of Color #754071

%39.80
%21.77
%38.44

CMYK Percentages of Color #754071

%0
%45
%3
%54

Triadic Colors of #754071

#754071 #717540 #407175

Analogous Colors of #754071

#754071 #754056 #5f4075

Monochromatic Colors of #754071

#754071

Complementary Color

#754071 #407544

#754071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754071 Color CSS Codes

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

#754071 Text Font Color

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

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


#754071 Background Color

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

This div background color is #754071


#754071 Border Color

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

This div border color is #754071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754071


Comments

No comments written yet.

Please login to write comment.