Color Hex Logo

#761fbf Color Hex

#761FBF
(118,31,191)
0 Favorites   0 Comments

Color spaces of #761fbf

RGB 11831191
HSL0.760.720.44
HSV273°84°75°
CMYK 0.380.840.00   0.25
XYZ17.36528.593150.0336
Yxy8.59310.22850.1131
Hunter Lab29.314054.4414-80.6774
CIE-Lab35.188863.0748-66.0783

#761fbf color RGB value is (118,31,191).

#761fbf hex color red value is 118, green value is 31 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #761fbf hue: 0.76 , saturation: 0.72 and the lightness value of 761fbf is 0.44.

The process color (four color CMYK) of #761fbf color hex is 0.38, 0.84, 0.00, 0.25. Web safe color of #761fbf is #6633cc. Color #761fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011111 10111111
Octal 166 37 277
Decimal 118 31 191
Hex 76 1F BF

RGB Percentages of Color #761fbf

%34.71
%9.12
%56.18

CMYK Percentages of Color #761fbf

%38
%84
%0
%25

Triadic Colors of #761fbf

#761fbf #bf761f #1fbf76

Analogous Colors of #761fbf

#761fbf #bf1fb8 #261fbf

Monochromatic Colors of #761fbf

#761fbf

Complementary Color

#761fbf #68bf1f

#761fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#761fbf Color CSS Codes

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

#761fbf Text Font Color

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

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


#761fbf Background Color

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

This div background color is #761fbf


#761fbf Border Color

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

This div border color is #761fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761fbf


Comments

No comments written yet.

Please login to write comment.