Color Hex Logo

#751aae Color Hex

#751AAE
(117,26,174)
0 Favorites   0 Comments

Color spaces of #751aae

RGB 11726174
HSL0.770.740.39
HSV277°85°68°
CMYK 0.330.850.00   0.32
XYZ15.34557.576740.6980
Yxy7.57670.24120.1191
Hunter Lab27.525851.3427-68.3946
CIE-Lab33.085360.6857-59.4382

#751aae color RGB value is (117,26,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011010 10101110
Octal 165 32 256
Decimal 117 26 174
Hex 75 1A AE

RGB Percentages of Color #751aae

%36.91
%8.20
%54.89

CMYK Percentages of Color #751aae

%33
%85
%0
%32

Triadic Colors of #751aae

#751aae #ae751a #1aae75

Analogous Colors of #751aae

#751aae #ae1a9d #2b1aae

Monochromatic Colors of #751aae

#751aae

Complementary Color

#751aae #53ae1a

#751aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#751aae Color CSS Codes

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

#751aae Text Font Color

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

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


#751aae Background Color

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

This div background color is #751aae


#751aae Border Color

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

This div border color is #751aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751aae


Comments

No comments written yet.

Please login to write comment.