Color Hex Logo

#760bfb Color Hex

#760BFB
(118,11,251)
0 Favorites   0 Comments

Color spaces of #760bfb

RGB 11811251
HSL0.740.970.51
HSV267°96°98°
CMYK 0.530.960.00   0.02
XYZ25.003511.055992.0830
Yxy11.05590.19510.0863
Hunter Lab33.250476.0394-140.9212
CIE-Lab39.674580.3980-93.1436

#760bfb color RGB value is (118,11,251).

#760bfb hex color red value is 118, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #760bfb hue: 0.74 , saturation: 0.97 and the lightness value of 760bfb is 0.51.

The process color (four color CMYK) of #760bfb color hex is 0.53, 0.96, 0.00, 0.02. Web safe color of #760bfb is #6600ff. Color #760bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001011 11111011
Octal 166 13 373
Decimal 118 11 251
Hex 76 B FB

RGB Percentages of Color #760bfb

%31.05
%2.89
%66.05

CMYK Percentages of Color #760bfb

%53
%96
%0
%2

Triadic Colors of #760bfb

#760bfb #fb760b #0bfb76

Analogous Colors of #760bfb

#760bfb #ee0bfb #0b18fb

Monochromatic Colors of #760bfb

#760bfb

Complementary Color

#760bfb #90fb0b

#760bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#760bfb Color CSS Codes

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

#760bfb Text Font Color

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

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


#760bfb Background Color

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

This div background color is #760bfb


#760bfb Border Color

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

This div border color is #760bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760bfb


Comments

No comments written yet.

Please login to write comment.