Color Hex Logo

#761fab Color Hex

#761FAB
(118,31,171)
0 Favorites   0 Comments

Color spaces of #761fab

RGB 11831171
HSL0.770.690.40
HSV277°82°67°
CMYK 0.310.820.00   0.33
XYZ15.31197.771839.2212
Yxy7.77180.24580.1247
Hunter Lab27.877949.2543-63.8999
CIE-Lab33.503058.6862-56.9539

#761fab color RGB value is (118,31,171).

#761fab hex color red value is 118, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #761fab hue: 0.77 , saturation: 0.69 and the lightness value of 761fab is 0.40.

The process color (four color CMYK) of #761fab color hex is 0.31, 0.82, 0.00, 0.33. Web safe color of #761fab is #663399. Color #761fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011111 10101011
Octal 166 37 253
Decimal 118 31 171
Hex 76 1F AB

RGB Percentages of Color #761fab

%36.88
%9.69
%53.44

CMYK Percentages of Color #761fab

%31
%82
%0
%33

Triadic Colors of #761fab

#761fab #ab761f #1fab76

Analogous Colors of #761fab

#761fab #ab1f9a #301fab

Monochromatic Colors of #761fab

#761fab

Complementary Color

#761fab #54ab1f

#761fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#761fab Color CSS Codes

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

#761fab Text Font Color

<p style="color:#761fab">Text here</p>

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


#761fab Background Color

<div style="background-color:#761fab">
Div content here</div>

This div background color is #761fab


#761fab Border Color

<div style="border:3px solid #761fab">
Div here</div>

This div border color is #761fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761fab


Comments

No comments written yet.

Please login to write comment.