Color Hex Logo

#751eae Color Hex

#751EAE
(117,30,174)
0 Favorites   0 Comments

Color spaces of #751eae

RGB 11730174
HSL0.770.710.40
HSV276°83°68°
CMYK 0.330.830.00   0.32
XYZ15.44047.766440.7297
Yxy7.76640.24150.1215
Hunter Lab27.868350.1284-67.1451
CIE-Lab33.491659.4946-58.7751

#751eae color RGB value is (117,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 10101110
Octal 165 36 256
Decimal 117 30 174
Hex 75 1E AE

RGB Percentages of Color #751eae

%36.45
%9.35
%54.21

CMYK Percentages of Color #751eae

%33
%83
%0
%32

Triadic Colors of #751eae

#751eae #ae751e #1eae75

Analogous Colors of #751eae

#751eae #ae1e9f #2d1eae

Monochromatic Colors of #751eae

#751eae

Complementary Color

#751eae #57ae1e

#751eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#751eae Color CSS Codes

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

#751eae Text Font Color

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

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


#751eae Background Color

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

This div background color is #751eae


#751eae Border Color

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

This div border color is #751eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751eae


Comments

No comments written yet.

Please login to write comment.