Color Hex Logo

#761acb Color Hex

#761ACB
(118,26,203)
0 Favorites   0 Comments

Color spaces of #761acb

RGB 11826203
HSL0.750.770.45
HSV271°87°80°
CMYK 0.420.870.00   0.20
XYZ18.62018.902157.2368
Yxy8.90210.21970.1050
Hunter Lab29.836459.1835-92.8538
CIE-Lab35.795167.1371-72.1098

#761acb color RGB value is (118,26,203).

#761acb hex color red value is 118, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #761acb hue: 0.75 , saturation: 0.77 and the lightness value of 761acb is 0.45.

The process color (four color CMYK) of #761acb color hex is 0.42, 0.87, 0.00, 0.20. Web safe color of #761acb is #6633cc. Color #761acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 11001011
Octal 166 32 313
Decimal 118 26 203
Hex 76 1A CB

RGB Percentages of Color #761acb

%34.01
%7.49
%58.50

CMYK Percentages of Color #761acb

%42
%87
%0
%20

Triadic Colors of #761acb

#761acb #cb761a #1acb76

Analogous Colors of #761acb

#761acb #cb1ac8 #1e1acb

Monochromatic Colors of #761acb

#761acb

Complementary Color

#761acb #6fcb1a

#761acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#761acb Color CSS Codes

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

#761acb Text Font Color

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

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


#761acb Background Color

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

This div background color is #761acb


#761acb Border Color

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

This div border color is #761acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761acb


Comments

No comments written yet.

Please login to write comment.