Color Hex Logo

#721acc Color Hex

#721ACC
(114,26,204)
0 Favorites   0 Comments

Color spaces of #721acc

RGB 11426204
HSL0.750.770.45
HSV270°87°80°
CMYK 0.440.870.00   0.20
XYZ18.20798.675857.8417
Yxy8.67580.21490.1024
Hunter Lab29.454758.7969-95.8125
CIE-Lab35.352466.8863-73.4396

#721acc color RGB value is (114,26,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011010 11001100
Octal 162 32 314
Decimal 114 26 204
Hex 72 1A CC

RGB Percentages of Color #721acc

%33.14
%7.56
%59.30

CMYK Percentages of Color #721acc

%44
%87
%0
%20

Triadic Colors of #721acc

#721acc #cc721a #1acc72

Analogous Colors of #721acc

#721acc #cb1acc #1a1bcc

Monochromatic Colors of #721acc

#721acc

Complementary Color

#721acc #74cc1a

#721acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#721acc Color CSS Codes

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

#721acc Text Font Color

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

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


#721acc Background Color

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

This div background color is #721acc


#721acc Border Color

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

This div border color is #721acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721acc


Comments

No comments written yet.

Please login to write comment.