Color Hex Logo

#722888 Color Hex

#722888
(114,40,136)
0 Favorites   0 Comments

Color spaces of #722888

RGB 11440136
HSL0.800.550.35
HSV286°71°53°
CMYK 0.160.710.00   0.47
XYZ12.14226.872623.9791
Yxy6.87260.28240.1599
Hunter Lab26.215636.7978-35.8808
CIE-Lab31.515147.0132-38.8553

#722888 color RGB value is (114,40,136).

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

The process color (four color CMYK) of #722888 color hex is 0.16, 0.71, 0.00, 0.47. Web safe color of #722888 is #663399. Color #722888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00101000 10001000
Octal 162 50 210
Decimal 114 40 136
Hex 72 28 88

RGB Percentages of Color #722888

%39.31
%13.79
%46.90

CMYK Percentages of Color #722888

%16
%71
%0
%47

Triadic Colors of #722888

#722888 #887228 #288872

Analogous Colors of #722888

#722888 #88286e #422888

Monochromatic Colors of #722888

#722888

Complementary Color

#722888 #3e8828

#722888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#722888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#722888 Color CSS Codes

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

#722888 Text Font Color

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

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


#722888 Background Color

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

This div background color is #722888


#722888 Border Color

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

This div border color is #722888


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,40,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 #722888">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #722888


Comments

No comments written yet.

Please login to write comment.