Color Hex Logo

#761abc Color Hex

#761ABC
(118,26,188)
0 Favorites   0 Comments

Color spaces of #761abc

RGB 11826188
HSL0.760.760.42
HSV274°86°74°
CMYK 0.370.860.00   0.26
XYZ16.91778.221248.2721
Yxy8.22120.23050.1120
Hunter Lab28.672655.1432-79.7474
CIE-Lab34.439463.8465-65.5375

#761abc color RGB value is (118,26,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 10111100
Octal 166 32 274
Decimal 118 26 188
Hex 76 1A BC

RGB Percentages of Color #761abc

%35.54
%7.83
%56.63

CMYK Percentages of Color #761abc

%37
%86
%0
%26

Triadic Colors of #761abc

#761abc #bc761a #1abc76

Analogous Colors of #761abc

#761abc #bc1ab1 #251abc

Monochromatic Colors of #761abc

#761abc

Complementary Color

#761abc #60bc1a

#761abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#761abc Color CSS Codes

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

#761abc Text Font Color

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

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


#761abc Background Color

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

This div background color is #761abc


#761abc Border Color

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

This div border color is #761abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761abc


Comments

No comments written yet.

Please login to write comment.