Color Hex Logo

#721ecd Color Hex

#721ECD
(114,30,205)
0 Favorites   0 Comments

Color spaces of #721ecd

RGB 11430205
HSL0.750.740.46
HSV269°85°80°
CMYK 0.440.850.00   0.20
XYZ18.42318.913758.5071
Yxy8.91370.21460.1038
Hunter Lab29.855857.8991-95.2889
CIE-Lab35.817666.0124-73.2564

#721ecd color RGB value is (114,30,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011110 11001101
Octal 162 36 315
Decimal 114 30 205
Hex 72 1E CD

RGB Percentages of Color #721ecd

%32.66
%8.60
%58.74

CMYK Percentages of Color #721ecd

%44
%85
%0
%20

Triadic Colors of #721ecd

#721ecd #cd721e #1ecd72

Analogous Colors of #721ecd

#721ecd #ca1ecd #1e22cd

Monochromatic Colors of #721ecd

#721ecd

Complementary Color

#721ecd #79cd1e

#721ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#721ecd Color CSS Codes

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

#721ecd Text Font Color

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

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


#721ecd Background Color

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

This div background color is #721ecd


#721ecd Border Color

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

This div border color is #721ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,30,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 #721ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721ecd


Comments

No comments written yet.

Please login to write comment.