Color Hex Logo

#721dc1 Color Hex

#721DC1
(114,29,193)
0 Favorites   0 Comments

Color spaces of #721dc1

RGB 11429193
HSL0.750.740.44
HSV271°85°76°
CMYK 0.410.850.00   0.24
XYZ17.00448.306451.1591
Yxy8.30640.22240.1086
Hunter Lab28.820854.8793-85.0696
CIE-Lab34.613063.5777-68.2197

#721dc1 color RGB value is (114,29,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011101 11000001
Octal 162 35 301
Decimal 114 29 193
Hex 72 1D C1

RGB Percentages of Color #721dc1

%33.93
%8.63
%57.44

CMYK Percentages of Color #721dc1

%41
%85
%0
%24

Triadic Colors of #721dc1

#721dc1 #c1721d #1dc172

Analogous Colors of #721dc1

#721dc1 #c11dbe #201dc1

Monochromatic Colors of #721dc1

#721dc1

Complementary Color

#721dc1 #6cc11d

#721dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721dc1 Color CSS Codes

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

#721dc1 Text Font Color

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

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


#721dc1 Background Color

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

This div background color is #721dc1


#721dc1 Border Color

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

This div border color is #721dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721dc1


Comments

No comments written yet.

Please login to write comment.