Color Hex Logo

#721fee Color Hex

#721FEE
(114,31,238)
0 Favorites   0 Comments

Color spaces of #721fee

RGB 11431238
HSL0.730.860.53
HSV264°87°93°
CMYK 0.520.870.00   0.07
XYZ22.862010.730481.7551
Yxy10.73040.19820.0930
Hunter Lab32.757367.2536-125.0449
CIE-Lab39.122673.3558-86.7419

#721fee color RGB value is (114,31,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 11101110
Octal 162 37 356
Decimal 114 31 238
Hex 72 1F EE

RGB Percentages of Color #721fee

%29.77
%8.09
%62.14

CMYK Percentages of Color #721fee

%52
%87
%0
%7

Triadic Colors of #721fee

#721fee #ee721f #1fee72

Analogous Colors of #721fee

#721fee #da1fee #1f34ee

Monochromatic Colors of #721fee

#721fee

Complementary Color

#721fee #9bee1f

#721fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#721fee Color CSS Codes

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

#721fee Text Font Color

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

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


#721fee Background Color

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

This div background color is #721fee


#721fee Border Color

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

This div border color is #721fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721fee


Comments

No comments written yet.

Please login to write comment.