Color Hex Logo

#721fbf Color Hex

#721FBF
(114,31,191)
0 Favorites   0 Comments

Color spaces of #721fbf

RGB 11431191
HSL0.750.720.44
HSV271°84°75°
CMYK 0.400.840.00   0.25
XYZ16.83348.319050.0087
Yxy8.31900.22400.1107
Hunter Lab28.842753.7030-82.6097
CIE-Lab34.638662.5199-67.0013

#721fbf color RGB value is (114,31,191).

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

The process color (four color CMYK) of #721fbf color hex is 0.40, 0.84, 0.00, 0.25. Web safe color of #721fbf is #6633cc. Color #721fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 10111111
Octal 162 37 277
Decimal 114 31 191
Hex 72 1F BF

RGB Percentages of Color #721fbf

%33.93
%9.23
%56.85

CMYK Percentages of Color #721fbf

%40
%84
%0
%25

Triadic Colors of #721fbf

#721fbf #bf721f #1fbf72

Analogous Colors of #721fbf

#721fbf #bf1fbc #221fbf

Monochromatic Colors of #721fbf

#721fbf

Complementary Color

#721fbf #6cbf1f

#721fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#721fbf Color CSS Codes

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

#721fbf Text Font Color

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

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


#721fbf Background Color

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

This div background color is #721fbf


#721fbf Border Color

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

This div border color is #721fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721fbf


Comments

No comments written yet.

Please login to write comment.