Color Hex Logo

#760fba Color Hex

#760FBA
(118,15,186)
0 Favorites   0 Comments

Color spaces of #760fba

RGB 11815186
HSL0.770.850.39
HSV276°92°73°
CMYK 0.370.920.00   0.27
XYZ16.50507.738447.0781
Yxy7.73840.23140.1085
Hunter Lab27.818057.2264-80.8676
CIE-Lab33.432065.8827-66.0064

#760fba color RGB value is (118,15,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001111 10111010
Octal 166 17 272
Decimal 118 15 186
Hex 76 F BA

RGB Percentages of Color #760fba

%36.99
%4.70
%58.31

CMYK Percentages of Color #760fba

%37
%92
%0
%27

Triadic Colors of #760fba

#760fba #ba760f #0fba76

Analogous Colors of #760fba

#760fba #ba0fa9 #200fba

Monochromatic Colors of #760fba

#760fba

Complementary Color

#760fba #53ba0f

#760fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#760fba Color CSS Codes

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

#760fba Text Font Color

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

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


#760fba Background Color

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

This div background color is #760fba


#760fba Border Color

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

This div border color is #760fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760fba


Comments

No comments written yet.

Please login to write comment.