Color Hex Logo

#753aaf Color Hex

#753AAF
(117,58,175)
0 Favorites   0 Comments

Color spaces of #753aaf

RGB 11758175
HSL0.750.500.46
HSV270°67°69°
CMYK 0.330.670.00   0.31
XYZ16.58709.903241.5947
Yxy9.90320.24360.1455
Hunter Lab31.469439.0132-56.3382
CIE-Lab37.668148.0847-52.5872

#753aaf color RGB value is (117,58,175).

#753aaf hex color red value is 117, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #753aaf hue: 0.75 , saturation: 0.50 and the lightness value of 753aaf is 0.46.

The process color (four color CMYK) of #753aaf color hex is 0.33, 0.67, 0.00, 0.31. Web safe color of #753aaf is #663399. Color #753aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111010 10101111
Octal 165 72 257
Decimal 117 58 175
Hex 75 3A AF

RGB Percentages of Color #753aaf

%33.43
%16.57
%50.00

CMYK Percentages of Color #753aaf

%33
%67
%0
%31

Triadic Colors of #753aaf

#753aaf #af753a #3aaf75

Analogous Colors of #753aaf

#753aaf #af3aaf #3a3aaf

Monochromatic Colors of #753aaf

#753aaf

Complementary Color

#753aaf #74af3a

#753aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#753aaf Color CSS Codes

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

#753aaf Text Font Color

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

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


#753aaf Background Color

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

This div background color is #753aaf


#753aaf Border Color

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

This div border color is #753aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,58,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #753aaf;
  box-shadow:         1px 1px 3px 2px #753aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753aaf


Comments

No comments written yet.

Please login to write comment.