Color Hex Logo

#762aed Color Hex

#762AED
(118,42,237)
0 Favorites   0 Comments

Color spaces of #762aed

RGB 11842237
HSL0.730.840.55
HSV263°82°93°
CMYK 0.500.820.00   0.07
XYZ23.585211.621981.1209
Yxy11.62190.20270.0999
Hunter Lab34.090963.8330-117.2197
CIE-Lab40.608870.1949-83.7083

#762aed color RGB value is (118,42,237).

#762aed hex color red value is 118, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #762aed hue: 0.73 , saturation: 0.84 and the lightness value of 762aed is 0.55.

The process color (four color CMYK) of #762aed color hex is 0.50, 0.82, 0.00, 0.07. Web safe color of #762aed is #6633ff. Color #762aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101010 11101101
Octal 166 52 355
Decimal 118 42 237
Hex 76 2A ED

RGB Percentages of Color #762aed

%29.72
%10.58
%59.70

CMYK Percentages of Color #762aed

%50
%82
%0
%7

Triadic Colors of #762aed

#762aed #ed762a #2aed76

Analogous Colors of #762aed

#762aed #d82aed #2a3fed

Monochromatic Colors of #762aed

#762aed

Complementary Color

#762aed #a1ed2a

#762aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#762aed Color CSS Codes

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

#762aed Text Font Color

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

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


#762aed Background Color

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

This div background color is #762aed


#762aed Border Color

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

This div border color is #762aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762aed


Comments

No comments written yet.

Please login to write comment.