Color Hex Logo

#761aee Color Hex

#761AEE
(118,26,238)
0 Favorites   0 Comments

Color spaces of #761aee

RGB 11826238
HSL0.740.860.52
HSV266°89°93°
CMYK 0.500.890.00   0.07
XYZ23.273210.763481.7398
Yxy10.76340.20100.0930
Hunter Lab32.807669.2117-124.7550
CIE-Lab39.179174.9657-86.6332

#761aee color RGB value is (118,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 11101110
Octal 166 32 356
Decimal 118 26 238
Hex 76 1A EE

RGB Percentages of Color #761aee

%30.89
%6.81
%62.30

CMYK Percentages of Color #761aee

%50
%89
%0
%7

Triadic Colors of #761aee

#761aee #ee761a #1aee76

Analogous Colors of #761aee

#761aee #e01aee #1a28ee

Monochromatic Colors of #761aee

#761aee

Complementary Color

#761aee #92ee1a

#761aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#761aee Color CSS Codes

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

#761aee Text Font Color

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

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


#761aee Background Color

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

This div background color is #761aee


#761aee Border Color

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

This div border color is #761aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761aee


Comments

No comments written yet.

Please login to write comment.