Color Hex Logo

#753658 Color Hex

#753658
(117,54,88)
0 Favorites   0 Comments

Color spaces of #753658

RGB 1175488
HSL0.910.370.34
HSV328°54°46°
CMYK 0.000.540.25   0.54
XYZ10.41677.124810.0587
Yxy7.12480.37740.2581
Hunter Lab26.692322.9482-3.6581
CIE-Lab32.089331.9951-7.4989

#753658 color RGB value is (117,54,88).

#753658 hex color red value is 117, green value is 54 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #753658 hue: 0.91 , saturation: 0.37 and the lightness value of 753658 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 01011000
Octal 165 66 130
Decimal 117 54 88
Hex 75 36 58

RGB Percentages of Color #753658

%45.17
%20.85
%33.98

CMYK Percentages of Color #753658

%0
%54
%25
%54

Triadic Colors of #753658

#753658 #587536 #365875

Analogous Colors of #753658

#753658 #753639 #733675

Monochromatic Colors of #753658

#753658

Complementary Color

#753658 #367553

#753658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753658 Color CSS Codes

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

#753658 Text Font Color

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

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


#753658 Background Color

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

This div background color is #753658


#753658 Border Color

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

This div border color is #753658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753658


Comments

No comments written yet.

Please login to write comment.