Color Hex Logo

#754158 Color Hex

#754158
(117,65,88)
0 Favorites   0 Comments

Color spaces of #754158

RGB 1176588
HSL0.930.290.36
HSV333°44°46°
CMYK 0.000.440.25   0.54
XYZ10.98798.267110.2491
Yxy8.26710.37240.2802
Hunter Lab28.752617.8975-1.0076
CIE-Lab34.533125.7578-3.8525

#754158 color RGB value is (117,65,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 01011000
Octal 165 101 130
Decimal 117 65 88
Hex 75 41 58

RGB Percentages of Color #754158

%43.33
%24.07
%32.59

CMYK Percentages of Color #754158

%0
%44
%25
%54

Triadic Colors of #754158

#754158 #587541 #415875

Analogous Colors of #754158

#754158 #754441 #754172

Monochromatic Colors of #754158

#754158

Complementary Color

#754158 #41755e

#754158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754158 Color CSS Codes

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

#754158 Text Font Color

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

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


#754158 Background Color

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

This div background color is #754158


#754158 Border Color

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

This div border color is #754158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754158


Comments

No comments written yet.

Please login to write comment.