Color Hex Logo

#753158 Color Hex

#753158
(117,49,88)
0 Favorites   0 Comments

Color spaces of #753158

RGB 1174988
HSL0.900.410.33
HSV326°58°46°
CMYK 0.000.580.25   0.54
XYZ10.19596.68319.9851
Yxy6.68310.37950.2488
Hunter Lab25.851725.1599-4.8043
CIE-Lab31.074334.6676-9.0279

#753158 color RGB value is (117,49,88).

#753158 hex color red value is 117, green value is 49 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #753158 hue: 0.90 , saturation: 0.41 and the lightness value of 753158 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 01011000
Octal 165 61 130
Decimal 117 49 88
Hex 75 31 58

RGB Percentages of Color #753158

%46.06
%19.29
%34.65

CMYK Percentages of Color #753158

%0
%58
%25
%54

Triadic Colors of #753158

#753158 #587531 #315875

Analogous Colors of #753158

#753158 #753136 #703175

Monochromatic Colors of #753158

#753158

Complementary Color

#753158 #31754e

#753158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753158 Color CSS Codes

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

#753158 Text Font Color

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

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


#753158 Background Color

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

This div background color is #753158


#753158 Border Color

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

This div border color is #753158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753158


Comments

No comments written yet.

Please login to write comment.