Color Hex Logo

#761ffb Color Hex

#761FFB
(118,31,251)
0 Favorites   0 Comments

Color spaces of #761ffb

RGB 11831251
HSL0.730.960.55
HSV264°88°98°
CMYK 0.530.880.00   0.02
XYZ25.373811.796692.2064
Yxy11.79660.19610.0912
Hunter Lab34.346271.7640-135.1287
CIE-Lab40.891076.7281-91.1306

#761ffb color RGB value is (118,31,251).

#761ffb hex color red value is 118, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #761ffb hue: 0.73 , saturation: 0.96 and the lightness value of 761ffb is 0.55.

The process color (four color CMYK) of #761ffb color hex is 0.53, 0.88, 0.00, 0.02. Web safe color of #761ffb is #6633ff. Color #761ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011111 11111011
Octal 166 37 373
Decimal 118 31 251
Hex 76 1F FB

RGB Percentages of Color #761ffb

%29.50
%7.75
%62.75

CMYK Percentages of Color #761ffb

%53
%88
%0
%2

Triadic Colors of #761ffb

#761ffb #fb761f #1ffb76

Analogous Colors of #761ffb

#761ffb #e41ffb #1f36fb

Monochromatic Colors of #761ffb

#761ffb

Complementary Color

#761ffb #a4fb1f

#761ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#761ffb Color CSS Codes

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

#761ffb Text Font Color

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

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


#761ffb Background Color

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

This div background color is #761ffb


#761ffb Border Color

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

This div border color is #761ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761ffb


Comments

No comments written yet.

Please login to write comment.