Color Hex Logo

#721193 Color Hex

#721193
(114,17,147)
0 Favorites   0 Comments

Color spaces of #721193

RGB 11417147
HSL0.790.790.32
HSV285°88°58°
CMYK 0.220.880.00   0.42
XYZ12.40636.084928.1244
Yxy6.08490.26610.1305
Hunter Lab24.667646.6064-50.3313
CIE-Lab29.625756.9700-48.7062

#721193 color RGB value is (114,17,147).

#721193 hex color red value is 114, green value is 17 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #721193 hue: 0.79 , saturation: 0.79 and the lightness value of 721193 is 0.32.

The process color (four color CMYK) of #721193 color hex is 0.22, 0.88, 0.00, 0.42. Web safe color of #721193 is #660099. Color #721193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010001 10010011
Octal 162 21 223
Decimal 114 17 147
Hex 72 11 93

RGB Percentages of Color #721193

%41.01
%6.12
%52.88

CMYK Percentages of Color #721193

%22
%88
%0
%42

Triadic Colors of #721193

#721193 #937211 #119372

Analogous Colors of #721193

#721193 #931173 #311193

Monochromatic Colors of #721193

#721193

Complementary Color

#721193 #329311

#721193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721193 Color CSS Codes

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

#721193 Text Font Color

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

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


#721193 Background Color

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

This div background color is #721193


#721193 Border Color

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

This div border color is #721193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721193


Comments

No comments written yet.

Please login to write comment.