Color Hex Logo

#721eef Color Hex

#721EEF
(114,30,239)
0 Favorites   0 Comments

Color spaces of #721eef

RGB 11430239
HSL0.730.870.53
HSV264°87°94°
CMYK 0.520.870.00   0.06
XYZ22.983710.737982.5226
Yxy10.73790.19770.0924
Hunter Lab32.768767.8530-126.3739
CIE-Lab39.135573.8513-87.2868

#721eef color RGB value is (114,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011110 11101111
Octal 162 36 357
Decimal 114 30 239
Hex 72 1E EF

RGB Percentages of Color #721eef

%29.77
%7.83
%62.40

CMYK Percentages of Color #721eef

%52
%87
%0
%6

Triadic Colors of #721eef

#721eef #ef721e #1eef72

Analogous Colors of #721eef

#721eef #db1eef #1e32ef

Monochromatic Colors of #721eef

#721eef

Complementary Color

#721eef #9bef1e

#721eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#721eef Color CSS Codes

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

#721eef Text Font Color

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

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


#721eef Background Color

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

This div background color is #721eef


#721eef Border Color

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

This div border color is #721eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721eef


Comments

No comments written yet.

Please login to write comment.