Color Hex Logo

#723bae Color Hex

#723BAE
(114,59,174)
0 Favorites   0 Comments

Color spaces of #723bae

RGB 11459174
HSL0.750.490.46
HSV269°66°68°
CMYK 0.340.660.00   0.32
XYZ16.14349.761341.0777
Yxy9.76130.24100.1457
Hunter Lab31.243137.5561-56.0830
CIE-Lab37.410646.6815-52.4275

#723bae color RGB value is (114,59,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111011 10101110
Octal 162 73 256
Decimal 114 59 174
Hex 72 3B AE

RGB Percentages of Color #723bae

%32.85
%17.00
%50.14

CMYK Percentages of Color #723bae

%34
%66
%0
%32

Triadic Colors of #723bae

#723bae #ae723b #3bae72

Analogous Colors of #723bae

#723bae #ac3bae #3b3eae

Monochromatic Colors of #723bae

#723bae

Complementary Color

#723bae #77ae3b

#723bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#723bae Color CSS Codes

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

#723bae Text Font Color

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

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


#723bae Background Color

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

This div background color is #723bae


#723bae Border Color

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

This div border color is #723bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723bae


Comments

No comments written yet.

Please login to write comment.