Color Hex Logo

#763eab Color Hex

#763EAB
(118,62,171)
0 Favorites   0 Comments

Color spaces of #763eab

RGB 11862171
HSL0.750.470.46
HSV271°64°67°
CMYK 0.310.640.00   0.33
XYZ16.544510.237139.6320
Yxy10.23710.24910.1541
Hunter Lab31.995536.3083-51.0442
CIE-Lab38.264645.2747-49.2393

#763eab color RGB value is (118,62,171).

#763eab hex color red value is 118, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #763eab hue: 0.75 , saturation: 0.47 and the lightness value of 763eab is 0.46.

The process color (four color CMYK) of #763eab color hex is 0.31, 0.64, 0.00, 0.33. Web safe color of #763eab is #663399. Color #763eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 10101011
Octal 166 76 253
Decimal 118 62 171
Hex 76 3E AB

RGB Percentages of Color #763eab

%33.62
%17.66
%48.72

CMYK Percentages of Color #763eab

%31
%64
%0
%33

Triadic Colors of #763eab

#763eab #ab763e #3eab76

Analogous Colors of #763eab

#763eab #ab3eaa #403eab

Monochromatic Colors of #763eab

#763eab

Complementary Color

#763eab #73ab3e

#763eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#763eab Color CSS Codes

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

#763eab Text Font Color

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

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


#763eab Background Color

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

This div background color is #763eab


#763eab Border Color

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

This div border color is #763eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763eab


Comments

No comments written yet.

Please login to write comment.