Color Hex Logo

#763bad Color Hex

#763BAD
(118,59,173)
0 Favorites   0 Comments

Color spaces of #763bad

RGB 11859173
HSL0.750.490.45
HSV271°66°68°
CMYK 0.320.660.00   0.32
XYZ16.57809.996640.5909
Yxy9.99660.24680.1488
Hunter Lab31.617438.2627-53.9852
CIE-Lab37.836347.3092-51.1203

#763bad color RGB value is (118,59,173).

#763bad hex color red value is 118, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #763bad hue: 0.75 , saturation: 0.49 and the lightness value of 763bad is 0.45.

The process color (four color CMYK) of #763bad color hex is 0.32, 0.66, 0.00, 0.32. Web safe color of #763bad is #663399. Color #763bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111011 10101101
Octal 166 73 255
Decimal 118 59 173
Hex 76 3B AD

RGB Percentages of Color #763bad

%33.71
%16.86
%49.43

CMYK Percentages of Color #763bad

%32
%66
%0
%32

Triadic Colors of #763bad

#763bad #ad763b #3bad76

Analogous Colors of #763bad

#763bad #ad3bab #3d3bad

Monochromatic Colors of #763bad

#763bad

Complementary Color

#763bad #72ad3b

#763bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#763bad Color CSS Codes

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

#763bad Text Font Color

<p style="color:#763bad">Text here</p>

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


#763bad Background Color

<div style="background-color:#763bad">
Div content here</div>

This div background color is #763bad


#763bad Border Color

<div style="border:3px solid #763bad">
Div here</div>

This div border color is #763bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,59,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 #763bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763bad


Comments

No comments written yet.

Please login to write comment.