Color Hex Logo

#761abd Color Hex

#761ABD
(118,26,189)
0 Favorites   0 Comments

Color spaces of #761abd

RGB 11826189
HSL0.760.760.42
HSV274°86°74°
CMYK 0.380.860.00   0.26
XYZ17.02598.264548.8419
Yxy8.26450.22970.1115
Hunter Lab28.748055.4067-80.6080
CIE-Lab34.527864.0638-65.9828

#761abd color RGB value is (118,26,189).

#761abd hex color red value is 118, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #761abd hue: 0.76 , saturation: 0.76 and the lightness value of 761abd is 0.42.

The process color (four color CMYK) of #761abd color hex is 0.38, 0.86, 0.00, 0.26. Web safe color of #761abd is #6633cc. Color #761abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 10111101
Octal 166 32 275
Decimal 118 26 189
Hex 76 1A BD

RGB Percentages of Color #761abd

%35.44
%7.81
%56.76

CMYK Percentages of Color #761abd

%38
%86
%0
%26

Triadic Colors of #761abd

#761abd #bd761a #1abd76

Analogous Colors of #761abd

#761abd #bd1ab3 #241abd

Monochromatic Colors of #761abd

#761abd

Complementary Color

#761abd #61bd1a

#761abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#761abd Color CSS Codes

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

#761abd Text Font Color

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

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


#761abd Background Color

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

This div background color is #761abd


#761abd Border Color

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

This div border color is #761abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761abd


Comments

No comments written yet.

Please login to write comment.