Color Hex Logo

#760abd Color Hex

#760ABD
(118,10,189)
0 Favorites   0 Comments

Color spaces of #760abd

RGB 11810189
HSL0.770.900.39
HSV276°95°74°
CMYK 0.380.950.00   0.26
XYZ16.76517.742848.7550
Yxy7.74280.22880.1057
Hunter Lab27.825958.8510-84.4066
CIE-Lab33.441467.3000-67.7650

#760abd color RGB value is (118,10,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 10111101
Octal 166 12 275
Decimal 118 10 189
Hex 76 A BD

RGB Percentages of Color #760abd

%37.22
%3.15
%59.62

CMYK Percentages of Color #760abd

%38
%95
%0
%26

Triadic Colors of #760abd

#760abd #bd760a #0abd76

Analogous Colors of #760abd

#760abd #bd0aab #1d0abd

Monochromatic Colors of #760abd

#760abd

Complementary Color

#760abd #51bd0a

#760abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760abd Color CSS Codes

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

#760abd Text Font Color

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

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


#760abd Background Color

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

This div background color is #760abd


#760abd Border Color

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

This div border color is #760abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760abd


Comments

No comments written yet.

Please login to write comment.