Color Hex Logo

#754589 Color Hex

#754589
(117,69,137)
0 Favorites   0 Comments

Color spaces of #754589

RGB 11769137
HSL0.780.330.40
HSV282°50°54°
CMYK 0.150.500.00   0.46
XYZ13.97969.844324.8302
Yxy9.84430.28730.2023
Hunter Lab31.375624.6244-24.9583
CIE-Lab37.561533.0614-29.8428

#754589 color RGB value is (117,69,137).

#754589 hex color red value is 117, green value is 69 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #754589 hue: 0.78 , saturation: 0.33 and the lightness value of 754589 is 0.40.

The process color (four color CMYK) of #754589 color hex is 0.15, 0.50, 0.00, 0.46. Web safe color of #754589 is #663399. Color #754589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000101 10001001
Octal 165 105 211
Decimal 117 69 137
Hex 75 45 89

RGB Percentages of Color #754589

%36.22
%21.36
%42.41

CMYK Percentages of Color #754589

%15
%50
%0
%46

Triadic Colors of #754589

#754589 #897545 #458975

Analogous Colors of #754589

#754589 #89457b #534589

Monochromatic Colors of #754589

#754589

Complementary Color

#754589 #598945

#754589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754589 Color CSS Codes

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

#754589 Text Font Color

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

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


#754589 Background Color

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

This div background color is #754589


#754589 Border Color

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

This div border color is #754589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754589


Comments

No comments written yet.

Please login to write comment.