Color Hex Logo

#751aaa Color Hex

#751AAA
(117,26,170)
0 Favorites   0 Comments

Color spaces of #751aaa

RGB 11726170
HSL0.770.730.38
HSV278°85°67°
CMYK 0.310.850.00   0.33
XYZ14.96127.423038.6744
Yxy7.42300.24500.1216
Hunter Lab27.245250.3410-65.0902
CIE-Lab32.751159.8342-57.5859

#751aaa color RGB value is (117,26,170).

#751aaa hex color red value is 117, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #751aaa hue: 0.77 , saturation: 0.73 and the lightness value of 751aaa is 0.38.

The process color (four color CMYK) of #751aaa color hex is 0.31, 0.85, 0.00, 0.33. Web safe color of #751aaa is #663399. Color #751aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011010 10101010
Octal 165 32 252
Decimal 117 26 170
Hex 75 1A AA

RGB Percentages of Color #751aaa

%37.38
%8.31
%54.31

CMYK Percentages of Color #751aaa

%31
%85
%0
%33

Triadic Colors of #751aaa

#751aaa #aa751a #1aaa75

Analogous Colors of #751aaa

#751aaa #aa1a97 #2d1aaa

Monochromatic Colors of #751aaa

#751aaa

Complementary Color

#751aaa #4faa1a

#751aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#751aaa Color CSS Codes

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

#751aaa Text Font Color

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

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


#751aaa Background Color

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

This div background color is #751aaa


#751aaa Border Color

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

This div border color is #751aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,26,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #751aaa;
  box-shadow:         1px 1px 3px 2px #751aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751aaa


Comments

No comments written yet.

Please login to write comment.