Color Hex Logo

#761cfb Color Hex

#761CFB
(118,28,251)
0 Favorites   0 Comments

Color spaces of #761cfb

RGB 11828251
HSL0.730.970.55
HSV264°89°98°
CMYK 0.530.890.00   0.02
XYZ25.299111.647192.1815
Yxy11.64710.19590.0902
Hunter Lab34.127872.5990-136.2566
CIE-Lab40.649777.4522-91.5297

#761cfb color RGB value is (118,28,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011100 11111011
Octal 166 34 373
Decimal 118 28 251
Hex 76 1C FB

RGB Percentages of Color #761cfb

%29.72
%7.05
%63.22

CMYK Percentages of Color #761cfb

%53
%89
%0
%2

Triadic Colors of #761cfb

#761cfb #fb761c #1cfb76

Analogous Colors of #761cfb

#761cfb #e61cfb #1c31fb

Monochromatic Colors of #761cfb

#761cfb

Complementary Color

#761cfb #a1fb1c

#761cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#761cfb Color CSS Codes

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

#761cfb Text Font Color

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

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


#761cfb Background Color

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

This div background color is #761cfb


#761cfb Border Color

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

This div border color is #761cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761cfb


Comments

No comments written yet.

Please login to write comment.