Color Hex Logo

#761aea Color Hex

#761AEA
(118,26,234)
0 Favorites   0 Comments

Color spaces of #761aea

RGB 11826234
HSL0.740.830.51
HSV267°89°92°
CMYK 0.500.890.00   0.08
XYZ22.691910.530978.6786
Yxy10.53090.20280.0941
Hunter Lab32.451368.0279-121.0332
CIE-Lab38.778974.0644-85.0252

#761aea color RGB value is (118,26,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 11101010
Octal 166 32 352
Decimal 118 26 234
Hex 76 1A EA

RGB Percentages of Color #761aea

%31.22
%6.88
%61.90

CMYK Percentages of Color #761aea

%50
%89
%0
%8

Triadic Colors of #761aea

#761aea #ea761a #1aea76

Analogous Colors of #761aea

#761aea #de1aea #1a26ea

Monochromatic Colors of #761aea

#761aea

Complementary Color

#761aea #8eea1a

#761aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#761aea Color CSS Codes

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

#761aea Text Font Color

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

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


#761aea Background Color

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

This div background color is #761aea


#761aea Border Color

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

This div border color is #761aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761aea


Comments

No comments written yet.

Please login to write comment.