Color Hex Logo

#760abb Color Hex

#760ABB
(118,10,187)
0 Favorites   0 Comments

Color spaces of #760abb

RGB 11810187
HSL0.770.900.39
HSV277°95°73°
CMYK 0.370.950.00   0.27
XYZ16.54947.656547.6193
Yxy7.65650.23040.1066
Hunter Lab27.670458.3360-82.6658
CIE-Lab33.257066.8869-66.8855

#760abb color RGB value is (118,10,187).

#760abb hex color red value is 118, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #760abb hue: 0.77 , saturation: 0.90 and the lightness value of 760abb is 0.39.

The process color (four color CMYK) of #760abb color hex is 0.37, 0.95, 0.00, 0.27. Web safe color of #760abb is #6600cc. Color #760abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 10111011
Octal 166 12 273
Decimal 118 10 187
Hex 76 A BB

RGB Percentages of Color #760abb

%37.46
%3.17
%59.37

CMYK Percentages of Color #760abb

%37
%95
%0
%27

Triadic Colors of #760abb

#760abb #bb760a #0abb76

Analogous Colors of #760abb

#760abb #bb0aa8 #1d0abb

Monochromatic Colors of #760abb

#760abb

Complementary Color

#760abb #4fbb0a

#760abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#760abb Color CSS Codes

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

#760abb Text Font Color

<p style="color:#760abb">Text here</p>

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


#760abb Background Color

<div style="background-color:#760abb">
Div content here</div>

This div background color is #760abb


#760abb Border Color

<div style="border:3px solid #760abb">
Div here</div>

This div border color is #760abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760abb;
  -webkit-box-shadow: 1px 1px 3px 2px #760abb;
  box-shadow:         1px 1px 3px 2px #760abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760abb


Comments

No comments written yet.

Please login to write comment.