Color Hex Logo

#721ebd Color Hex

#721EBD
(114,30,189)
0 Favorites   0 Comments

Color spaces of #721ebd

RGB 11430189
HSL0.750.730.43
HSV272°84°74°
CMYK 0.400.840.00   0.26
XYZ16.58908.180148.8487
Yxy8.18010.22530.1111
Hunter Lab28.600953.4815-81.2434
CIE-Lab34.355262.3759-66.2875

#721ebd color RGB value is (114,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011110 10111101
Octal 162 36 275
Decimal 114 30 189
Hex 72 1E BD

RGB Percentages of Color #721ebd

%34.23
%9.01
%56.76

CMYK Percentages of Color #721ebd

%40
%84
%0
%26

Triadic Colors of #721ebd

#721ebd #bd721e #1ebd72

Analogous Colors of #721ebd

#721ebd #bd1eb9 #231ebd

Monochromatic Colors of #721ebd

#721ebd

Complementary Color

#721ebd #69bd1e

#721ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#721ebd Color CSS Codes

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

#721ebd Text Font Color

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

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


#721ebd Background Color

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

This div background color is #721ebd


#721ebd Border Color

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

This div border color is #721ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721ebd


Comments

No comments written yet.

Please login to write comment.