Color Hex Logo

#761eef Color Hex

#761EEF
(118,30,239)
0 Favorites   0 Comments

Color spaces of #761eef

RGB 11830239
HSL0.740.870.53
HSV265°87°94°
CMYK 0.510.870.00   0.06
XYZ23.515511.012182.5475
Yxy11.01210.20090.0941
Hunter Lab33.184568.4175-124.2567
CIE-Lab39.600874.2296-86.5028

#761eef color RGB value is (118,30,239).

#761eef hex color red value is 118, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #761eef hue: 0.74 , saturation: 0.87 and the lightness value of 761eef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011110 11101111
Octal 166 36 357
Decimal 118 30 239
Hex 76 1E EF

RGB Percentages of Color #761eef

%30.49
%7.75
%61.76

CMYK Percentages of Color #761eef

%51
%87
%0
%6

Triadic Colors of #761eef

#761eef #ef761e #1eef76

Analogous Colors of #761eef

#761eef #df1eef #1e2fef

Monochromatic Colors of #761eef

#761eef

Complementary Color

#761eef #97ef1e

#761eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#761eef Color CSS Codes

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

#761eef Text Font Color

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

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


#761eef Background Color

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

This div background color is #761eef


#761eef Border Color

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

This div border color is #761eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761eef


Comments

No comments written yet.

Please login to write comment.