Color Hex Logo

#721aee Color Hex

#721AEE
(114,26,238)
0 Favorites   0 Comments

Color spaces of #721aee

RGB 11426238
HSL0.740.860.52
HSV265°89°93°
CMYK 0.520.890.00   0.07
XYZ22.741410.489281.7149
Yxy10.48920.19780.0913
Hunter Lab32.387068.6611-126.9222
CIE-Lab38.706574.6018-87.4296

#721aee color RGB value is (114,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011010 11101110
Octal 162 32 356
Decimal 114 26 238
Hex 72 1A EE

RGB Percentages of Color #721aee

%30.16
%6.88
%62.96

CMYK Percentages of Color #721aee

%52
%89
%0
%7

Triadic Colors of #721aee

#721aee #ee721a #1aee72

Analogous Colors of #721aee

#721aee #dc1aee #1a2cee

Monochromatic Colors of #721aee

#721aee

Complementary Color

#721aee #96ee1a

#721aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#721aee Color CSS Codes

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

#721aee Text Font Color

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

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


#721aee Background Color

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

This div background color is #721aee


#721aee Border Color

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

This div border color is #721aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,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 #721aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721aee


Comments

No comments written yet.

Please login to write comment.