Color Hex Logo

#721fda Color Hex

#721FDA
(114,31,218)
0 Favorites   0 Comments

Color spaces of #721fda

RGB 11431218
HSL0.740.750.49
HSV267°86°85°
CMYK 0.480.860.00   0.15
XYZ20.08439.619367.1278
Yxy9.61930.20740.0993
Hunter Lab31.015061.3145-106.6148
CIE-Lab37.150368.7162-78.5816

#721fda color RGB value is (114,31,218).

#721fda hex color red value is 114, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #721fda hue: 0.74 , saturation: 0.75 and the lightness value of 721fda is 0.49.

The process color (four color CMYK) of #721fda color hex is 0.48, 0.86, 0.00, 0.15. Web safe color of #721fda is #6633cc. Color #721fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 11011010
Octal 162 37 332
Decimal 114 31 218
Hex 72 1F DA

RGB Percentages of Color #721fda

%31.40
%8.54
%60.06

CMYK Percentages of Color #721fda

%48
%86
%0
%15

Triadic Colors of #721fda

#721fda #da721f #1fda72

Analogous Colors of #721fda

#721fda #d01fda #1f29da

Monochromatic Colors of #721fda

#721fda

Complementary Color

#721fda #87da1f

#721fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#721fda Color CSS Codes

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

#721fda Text Font Color

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

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


#721fda Background Color

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

This div background color is #721fda


#721fda Border Color

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

This div border color is #721fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,31,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721fda


Comments

No comments written yet.

Please login to write comment.