Color Hex Logo

#721475 Color Hex

#721475
(114,20,117)
0 Favorites   0 Comments

Color spaces of #721475

RGB 11420117
HSL0.830.710.27
HSV298°83°46°
CMYK 0.030.830.00   0.54
XYZ10.40055.362117.3164
Yxy5.36210.31440.1621
Hunter Lab23.156239.6491-28.1282
CIE-Lab27.742450.6077-32.9404

#721475 color RGB value is (114,20,117).

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

The process color (four color CMYK) of #721475 color hex is 0.03, 0.83, 0.00, 0.54. Web safe color of #721475 is #660066. Color #721475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010100 01110101
Octal 162 24 165
Decimal 114 20 117
Hex 72 14 75

RGB Percentages of Color #721475

%45.42
%7.97
%46.61

CMYK Percentages of Color #721475

%3
%83
%0
%54

Triadic Colors of #721475

#721475 #757214 #147572

Analogous Colors of #721475

#721475 #751448 #421475

Monochromatic Colors of #721475

#721475

Complementary Color

#721475 #177514

#721475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721475 Color CSS Codes

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

#721475 Text Font Color

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

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


#721475 Background Color

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

This div background color is #721475


#721475 Border Color

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

This div border color is #721475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721475


Comments

No comments written yet.

Please login to write comment.