Color Hex Logo

#761feb Color Hex

#761FEB
(118,31,235)
0 Favorites   0 Comments

Color spaces of #761feb

RGB 11831235
HSL0.740.840.52
HSV266°87°92°
CMYK 0.500.870.00   0.08
XYZ22.956610.829779.4777
Yxy10.82970.20270.0956
Hunter Lab32.908566.9297-120.1560
CIE-Lab39.292173.0535-84.7458

#761feb color RGB value is (118,31,235).

#761feb hex color red value is 118, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #761feb hue: 0.74 , saturation: 0.84 and the lightness value of 761feb is 0.52.

The process color (four color CMYK) of #761feb color hex is 0.50, 0.87, 0.00, 0.08. Web safe color of #761feb is #6633ff. Color #761feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011111 11101011
Octal 166 37 353
Decimal 118 31 235
Hex 76 1F EB

RGB Percentages of Color #761feb

%30.73
%8.07
%61.20

CMYK Percentages of Color #761feb

%50
%87
%0
%8

Triadic Colors of #761feb

#761feb #eb761f #1feb76

Analogous Colors of #761feb

#761feb #dc1feb #1f2eeb

Monochromatic Colors of #761feb

#761feb

Complementary Color

#761feb #94eb1f

#761feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#761feb Color CSS Codes

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

#761feb Text Font Color

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

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


#761feb Background Color

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

This div background color is #761feb


#761feb Border Color

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

This div border color is #761feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761feb


Comments

No comments written yet.

Please login to write comment.