Color Hex Logo

#751fae Color Hex

#751FAE
(117,31,174)
0 Favorites   0 Comments

Color spaces of #751fae

RGB 11731174
HSL0.770.700.40
HSV276°82°68°
CMYK 0.330.820.00   0.32
XYZ15.46617.817940.7382
Yxy7.81790.24160.1221
Hunter Lab27.960549.8048-66.8126
CIE-Lab33.600759.1754-58.5970

#751fae color RGB value is (117,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011111 10101110
Octal 165 37 256
Decimal 117 31 174
Hex 75 1F AE

RGB Percentages of Color #751fae

%36.34
%9.63
%54.04

CMYK Percentages of Color #751fae

%33
%82
%0
%32

Triadic Colors of #751fae

#751fae #ae751f #1fae75

Analogous Colors of #751fae

#751fae #ae1fa0 #2e1fae

Monochromatic Colors of #751fae

#751fae

Complementary Color

#751fae #58ae1f

#751fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#751fae Color CSS Codes

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

#751fae Text Font Color

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

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


#751fae Background Color

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

This div background color is #751fae


#751fae Border Color

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

This div border color is #751fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,31,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 #751fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751fae


Comments

No comments written yet.

Please login to write comment.