Color Hex Logo

#721fc3 Color Hex

#721FC3
(114,31,195)
0 Favorites   0 Comments

Color spaces of #721fc3

RGB 11431195
HSL0.750.730.44
HSV270°84°76°
CMYK 0.420.840.00   0.24
XYZ17.27978.497552.3592
Yxy8.49750.22110.1088
Hunter Lab29.150554.7972-86.0896
CIE-Lab34.998263.4296-68.7619

#721fc3 color RGB value is (114,31,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 11000011
Octal 162 37 303
Decimal 114 31 195
Hex 72 1F C3

RGB Percentages of Color #721fc3

%33.53
%9.12
%57.35

CMYK Percentages of Color #721fc3

%42
%84
%0
%24

Triadic Colors of #721fc3

#721fc3 #c3721f #1fc372

Analogous Colors of #721fc3

#721fc3 #c31fc2 #201fc3

Monochromatic Colors of #721fc3

#721fc3

Complementary Color

#721fc3 #70c31f

#721fc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721fc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721fc3 Color CSS Codes

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

#721fc3 Text Font Color

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

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


#721fc3 Background Color

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

This div background color is #721fc3


#721fc3 Border Color

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

This div border color is #721fc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721fc3


Comments

No comments written yet.

Please login to write comment.