Color Hex Logo

#721088 Color Hex

#721088
(114,16,136)
0 Favorites   0 Comments

Color spaces of #721088

RGB 11416136
HSL0.800.790.30
HSV289°88°53°
CMYK 0.160.880.00   0.47
XYZ11.56875.725623.7880
Yxy5.72560.28160.1394
Hunter Lab23.928244.4259-42.1928
CIE-Lab28.709355.0782-43.3712

#721088 color RGB value is (114,16,136).

#721088 hex color red value is 114, green value is 16 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #721088 hue: 0.80 , saturation: 0.79 and the lightness value of 721088 is 0.30.

The process color (four color CMYK) of #721088 color hex is 0.16, 0.88, 0.00, 0.47. Web safe color of #721088 is #660099. Color #721088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010000 10001000
Octal 162 20 210
Decimal 114 16 136
Hex 72 10 88

RGB Percentages of Color #721088

%42.86
%6.02
%51.13

CMYK Percentages of Color #721088

%16
%88
%0
%47

Triadic Colors of #721088

#721088 #887210 #108872

Analogous Colors of #721088

#721088 #881062 #361088

Monochromatic Colors of #721088

#721088

Complementary Color

#721088 #268810

#721088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721088 Color CSS Codes

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

#721088 Text Font Color

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

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


#721088 Background Color

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

This div background color is #721088


#721088 Border Color

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

This div border color is #721088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721088


Comments

No comments written yet.

Please login to write comment.