Color Hex Logo

#762da1 Color Hex

#762DA1
(118,45,161)
0 Favorites   0 Comments

Color spaces of #762da1

RGB 11845161
HSL0.770.560.40
HSV278°72°63°
CMYK 0.270.720.00   0.37
XYZ14.84268.301534.5383
Yxy8.30150.25730.1439
Hunter Lab28.812341.5323-50.9043
CIE-Lab34.603151.1363-49.1520

#762da1 color RGB value is (118,45,161).

#762da1 hex color red value is 118, green value is 45 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #762da1 hue: 0.77 , saturation: 0.56 and the lightness value of 762da1 is 0.40.

The process color (four color CMYK) of #762da1 color hex is 0.27, 0.72, 0.00, 0.37. Web safe color of #762da1 is #663399. Color #762da1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101101 10100001
Octal 166 55 241
Decimal 118 45 161
Hex 76 2D A1

RGB Percentages of Color #762da1

%36.42
%13.89
%49.69

CMYK Percentages of Color #762da1

%27
%72
%0
%37

Triadic Colors of #762da1

#762da1 #a1762d #2da176

Analogous Colors of #762da1

#762da1 #a12d92 #3c2da1

Monochromatic Colors of #762da1

#762da1

Complementary Color

#762da1 #58a12d

#762da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762da1 Color CSS Codes

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

#762da1 Text Font Color

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

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


#762da1 Background Color

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

This div background color is #762da1


#762da1 Border Color

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

This div border color is #762da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762da1


Comments

No comments written yet.

Please login to write comment.