Color Hex Logo

#721acb Color Hex

#721ACB
(114,26,203)
0 Favorites   0 Comments

Color spaces of #721acb

RGB 11426203
HSL0.750.770.45
HSV270°87°80°
CMYK 0.440.870.00   0.20
XYZ18.08838.628057.2119
Yxy8.62800.21550.1028
Hunter Lab29.373558.5175-94.9202
CIE-Lab35.258066.6611-73.0125

#721acb color RGB value is (114,26,203).

#721acb hex color red value is 114, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #721acb hue: 0.75 , saturation: 0.77 and the lightness value of 721acb is 0.45.

The process color (four color CMYK) of #721acb color hex is 0.44, 0.87, 0.00, 0.20. Web safe color of #721acb is #6633cc. Color #721acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011010 11001011
Octal 162 32 313
Decimal 114 26 203
Hex 72 1A CB

RGB Percentages of Color #721acb

%33.24
%7.58
%59.18

CMYK Percentages of Color #721acb

%44
%87
%0
%20

Triadic Colors of #721acb

#721acb #cb721a #1acb72

Analogous Colors of #721acb

#721acb #cb1acb #1a1bcb

Monochromatic Colors of #721acb

#721acb

Complementary Color

#721acb #73cb1a

#721acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#721acb Color CSS Codes

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

#721acb Text Font Color

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

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


#721acb Background Color

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

This div background color is #721acb


#721acb Border Color

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

This div border color is #721acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721acb


Comments

No comments written yet.

Please login to write comment.