Color Hex Logo

#753690 Color Hex

#753690
(117,54,144)
0 Favorites   0 Comments

Color spaces of #753690

RGB 11754144
HSL0.780.450.39
HSV282°63°56°
CMYK 0.190.630.00   0.44
XYZ13.68938.433927.2919
Yxy8.43390.27700.1707
Hunter Lab29.041233.3185-35.3899
CIE-Lab34.870742.8202-38.3937

#753690 color RGB value is (117,54,144).

#753690 hex color red value is 117, green value is 54 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #753690 hue: 0.78 , saturation: 0.45 and the lightness value of 753690 is 0.39.

The process color (four color CMYK) of #753690 color hex is 0.19, 0.63, 0.00, 0.44. Web safe color of #753690 is #663399. Color #753690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 10010000
Octal 165 66 220
Decimal 117 54 144
Hex 75 36 90

RGB Percentages of Color #753690

%37.14
%17.14
%45.71

CMYK Percentages of Color #753690

%19
%63
%0
%44

Triadic Colors of #753690

#753690 #907536 #369075

Analogous Colors of #753690

#753690 #90367e #483690

Monochromatic Colors of #753690

#753690

Complementary Color

#753690 #519036

#753690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753690 Color CSS Codes

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

#753690 Text Font Color

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

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


#753690 Background Color

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

This div background color is #753690


#753690 Border Color

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

This div border color is #753690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753690


Comments

No comments written yet.

Please login to write comment.