Color Hex Logo

#721acd Color Hex

#721ACD
(114,26,205)
0 Favorites   0 Comments

Color spaces of #721acd

RGB 11426205
HSL0.750.770.45
HSV269°87°80°
CMYK 0.440.870.00   0.20
XYZ18.32838.724058.4755
Yxy8.72400.21430.1020
Hunter Lab29.536459.0763-96.7054
CIE-Lab35.447467.1111-73.8655

#721acd color RGB value is (114,26,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011010 11001101
Octal 162 32 315
Decimal 114 26 205
Hex 72 1A CD

RGB Percentages of Color #721acd

%33.04
%7.54
%59.42

CMYK Percentages of Color #721acd

%44
%87
%0
%20

Triadic Colors of #721acd

#721acd #cd721a #1acd72

Analogous Colors of #721acd

#721acd #cc1acd #1a1bcd

Monochromatic Colors of #721acd

#721acd

Complementary Color

#721acd #75cd1a

#721acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#721acd Color CSS Codes

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

#721acd Text Font Color

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

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


#721acd Background Color

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

This div background color is #721acd


#721acd Border Color

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

This div border color is #721acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721acd


Comments

No comments written yet.

Please login to write comment.