Color Hex Logo

#762aae Color Hex

#762AAE
(118,42,174)
0 Favorites   0 Comments

Color spaces of #762aae

RGB 11842174
HSL0.760.610.42
HSV275°76°68°
CMYK 0.320.760.00   0.32
XYZ15.93928.563540.8572
Yxy8.56350.24390.1310
Hunter Lab29.263546.0142-62.2954
CIE-Lab35.129955.3395-56.1006

#762aae color RGB value is (118,42,174).

#762aae hex color red value is 118, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #762aae hue: 0.76 , saturation: 0.61 and the lightness value of 762aae is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 10101110
Octal 166 52 256
Decimal 118 42 174
Hex 76 2A AE

RGB Percentages of Color #762aae

%35.33
%12.57
%52.10

CMYK Percentages of Color #762aae

%32
%76
%0
%32

Triadic Colors of #762aae

#762aae #ae762a #2aae76

Analogous Colors of #762aae

#762aae #ae2aa4 #342aae

Monochromatic Colors of #762aae

#762aae

Complementary Color

#762aae #62ae2a

#762aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#762aae Color CSS Codes

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

#762aae Text Font Color

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

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


#762aae Background Color

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

This div background color is #762aae


#762aae Border Color

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

This div border color is #762aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762aae


Comments

No comments written yet.

Please login to write comment.