Color Hex Logo

#762aad Color Hex

#762AAD
(118,42,173)
0 Favorites   0 Comments

Color spaces of #762aad

RGB 11842173
HSL0.760.610.42
HSV275°76°68°
CMYK 0.320.760.00   0.32
XYZ15.84208.524640.3456
Yxy8.52460.24480.1317
Hunter Lab29.196945.7580-61.4917
CIE-Lab35.052455.1121-55.6297

#762aad color RGB value is (118,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 10101101
Octal 166 52 255
Decimal 118 42 173
Hex 76 2A AD

RGB Percentages of Color #762aad

%35.44
%12.61
%51.95

CMYK Percentages of Color #762aad

%32
%76
%0
%32

Triadic Colors of #762aad

#762aad #ad762a #2aad76

Analogous Colors of #762aad

#762aad #ad2aa3 #352aad

Monochromatic Colors of #762aad

#762aad

Complementary Color

#762aad #61ad2a

#762aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#762aad Color CSS Codes

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

#762aad Text Font Color

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

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


#762aad Background Color

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

This div background color is #762aad


#762aad Border Color

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

This div border color is #762aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,42,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762aad


Comments

No comments written yet.

Please login to write comment.