Color Hex Logo

#762aaf Color Hex

#762AAF
(118,42,175)
0 Favorites   0 Comments

Color spaces of #762aaf

RGB 11842175
HSL0.760.610.43
HSV274°76°69°
CMYK 0.330.760.00   0.31
XYZ16.03708.602641.3727
Yxy8.60260.24290.1303
Hunter Lab29.330246.2714-63.1024
CIE-Lab35.207655.5673-56.5708

#762aaf color RGB value is (118,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 10101111
Octal 166 52 257
Decimal 118 42 175
Hex 76 2A AF

RGB Percentages of Color #762aaf

%35.22
%12.54
%52.24

CMYK Percentages of Color #762aaf

%33
%76
%0
%31

Triadic Colors of #762aaf

#762aaf #af762a #2aaf76

Analogous Colors of #762aaf

#762aaf #af2aa6 #342aaf

Monochromatic Colors of #762aaf

#762aaf

Complementary Color

#762aaf #63af2a

#762aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#762aaf Color CSS Codes

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

#762aaf Text Font Color

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

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


#762aaf Background Color

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

This div background color is #762aaf


#762aaf Border Color

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

This div border color is #762aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762aaf


Comments

No comments written yet.

Please login to write comment.