Color Hex Logo

#721674 Color Hex

#721674
(114,22,116)
0 Favorites   0 Comments

Color spaces of #721674

RGB 11422116
HSL0.830.680.27
HSV299°81°45°
CMYK 0.020.810.00   0.55
XYZ10.37875.412217.0206
Yxy5.41220.31630.1649
Hunter Lab23.264138.9210-27.0931
CIE-Lab27.878249.8551-32.0857

#721674 color RGB value is (114,22,116).

#721674 hex color red value is 114, green value is 22 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #721674 hue: 0.83 , saturation: 0.68 and the lightness value of 721674 is 0.27.

The process color (four color CMYK) of #721674 color hex is 0.02, 0.81, 0.00, 0.55. Web safe color of #721674 is #660066. Color #721674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010110 01110100
Octal 162 26 164
Decimal 114 22 116
Hex 72 16 74

RGB Percentages of Color #721674

%45.24
%8.73
%46.03

CMYK Percentages of Color #721674

%2
%81
%0
%55

Triadic Colors of #721674

#721674 #747216 #167472

Analogous Colors of #721674

#721674 #741647 #431674

Monochromatic Colors of #721674

#721674

Complementary Color

#721674 #187416

#721674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721674 Color CSS Codes

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

#721674 Text Font Color

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

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


#721674 Background Color

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

This div background color is #721674


#721674 Border Color

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

This div border color is #721674


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,22,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721674; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721674;
  -webkit-box-shadow: 1px 1px 3px 2px #721674;
  box-shadow:         1px 1px 3px 2px #721674; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721674


Comments

No comments written yet.

Please login to write comment.