Color Hex Logo

#761eae Color Hex

#761EAE
(118,30,174)
0 Favorites   0 Comments

Color spaces of #761eae

RGB 11830174
HSL0.770.710.40
HSV277°83°68°
CMYK 0.320.830.00   0.32
XYZ15.57557.836140.7360
Yxy7.83610.24280.1222
Hunter Lab27.993050.3307-66.6848
CIE-Lab33.639259.6517-58.5281

#761eae color RGB value is (118,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011110 10101110
Octal 166 36 256
Decimal 118 30 174
Hex 76 1E AE

RGB Percentages of Color #761eae

%36.65
%9.32
%54.04

CMYK Percentages of Color #761eae

%32
%83
%0
%32

Triadic Colors of #761eae

#761eae #ae761e #1eae76

Analogous Colors of #761eae

#761eae #ae1e9e #2e1eae

Monochromatic Colors of #761eae

#761eae

Complementary Color

#761eae #56ae1e

#761eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#761eae Color CSS Codes

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

#761eae Text Font Color

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

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


#761eae Background Color

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

This div background color is #761eae


#761eae Border Color

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

This div border color is #761eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761eae


Comments

No comments written yet.

Please login to write comment.