Color Hex Logo

#762e9a Color Hex

#762E9A
(118,46,154)
0 Favorites   0 Comments

Color spaces of #762e9a

RGB 11846154
HSL0.780.540.39
HSV280°70°60°
CMYK 0.230.700.00   0.40
XYZ14.28098.138631.3901
Yxy8.13860.26540.1512
Hunter Lab28.528239.4306-45.2680
CIE-Lab34.269949.1322-45.4495

#762e9a color RGB value is (118,46,154).

#762e9a hex color red value is 118, green value is 46 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #762e9a hue: 0.78 , saturation: 0.54 and the lightness value of 762e9a is 0.39.

The process color (four color CMYK) of #762e9a color hex is 0.23, 0.70, 0.00, 0.40. Web safe color of #762e9a is #663399. Color #762e9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 10011010
Octal 166 56 232
Decimal 118 46 154
Hex 76 2E 9A

RGB Percentages of Color #762e9a

%37.11
%14.47
%48.43

CMYK Percentages of Color #762e9a

%23
%70
%0
%40

Triadic Colors of #762e9a

#762e9a #9a762e #2e9a76

Analogous Colors of #762e9a

#762e9a #9a2e88 #402e9a

Monochromatic Colors of #762e9a

#762e9a

Complementary Color

#762e9a #529a2e

#762e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#762e9a Color CSS Codes

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

#762e9a Text Font Color

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

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


#762e9a Background Color

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

This div background color is #762e9a


#762e9a Border Color

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

This div border color is #762e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762e9a


Comments

No comments written yet.

Please login to write comment.