Color Hex Logo

#761fe4 Color Hex

#761FE4
(118,31,228)
0 Favorites   0 Comments

Color spaces of #761fe4

RGB 11831228
HSL0.740.780.51
HSV266°86°89°
CMYK 0.480.860.00   0.11
XYZ21.964810.433074.2549
Yxy10.43300.20590.0978
Hunter Lab32.300264.8586-113.6918
CIE-Lab38.608671.4494-81.8901

#761fe4 color RGB value is (118,31,228).

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

The process color (four color CMYK) of #761fe4 color hex is 0.48, 0.86, 0.00, 0.11. Web safe color of #761fe4 is #6633cc. Color #761fe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011111 11100100
Octal 166 37 344
Decimal 118 31 228
Hex 76 1F E4

RGB Percentages of Color #761fe4

%31.30
%8.22
%60.48

CMYK Percentages of Color #761fe4

%48
%86
%0
%11

Triadic Colors of #761fe4

#761fe4 #e4761f #1fe476

Analogous Colors of #761fe4

#761fe4 #d91fe4 #1f2ae4

Monochromatic Colors of #761fe4

#761fe4

Complementary Color

#761fe4 #8de41f

#761fe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761fe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761fe4 Color CSS Codes

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

#761fe4 Text Font Color

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

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


#761fe4 Background Color

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

This div background color is #761fe4


#761fe4 Border Color

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

This div border color is #761fe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761fe4


Comments

No comments written yet.

Please login to write comment.