Color Hex Logo

#723aab Color Hex

#723AAB
(114,58,171)
0 Favorites   0 Comments

Color spaces of #723aab

RGB 11458171
HSL0.750.490.45
HSV270°66°67°
CMYK 0.330.660.00   0.33
XYZ15.80329.543839.5373
Yxy9.54380.24360.1471
Hunter Lab30.893037.2481-54.2550
CIE-Lab37.010946.4454-51.2871

#723aab color RGB value is (114,58,171).

#723aab hex color red value is 114, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #723aab hue: 0.75 , saturation: 0.49 and the lightness value of 723aab is 0.45.

The process color (four color CMYK) of #723aab color hex is 0.33, 0.66, 0.00, 0.33. Web safe color of #723aab is #663399. Color #723aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111010 10101011
Octal 162 72 253
Decimal 114 58 171
Hex 72 3A AB

RGB Percentages of Color #723aab

%33.24
%16.91
%49.85

CMYK Percentages of Color #723aab

%33
%66
%0
%33

Triadic Colors of #723aab

#723aab #ab723a #3aab72

Analogous Colors of #723aab

#723aab #ab3aab #3a3aab

Monochromatic Colors of #723aab

#723aab

Complementary Color

#723aab #73ab3a

#723aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#723aab Color CSS Codes

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

#723aab Text Font Color

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

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


#723aab Background Color

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

This div background color is #723aab


#723aab Border Color

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

This div border color is #723aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,58,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #723aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #723aab;
  -webkit-box-shadow: 1px 1px 3px 2px #723aab;
  box-shadow:         1px 1px 3px 2px #723aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723aab


Comments

No comments written yet.

Please login to write comment.