Color Hex Logo

#723497 Color Hex

#723497
(114,52,151)
0 Favorites   0 Comments

Color spaces of #723497

RGB 11452151
HSL0.770.490.40
HSV278°66°59°
CMYK 0.250.660.00   0.41
XYZ13.75338.267830.1491
Yxy8.26780.26360.1585
Hunter Lab28.753835.0597-42.0395
CIE-Lab34.534544.6770-43.2287

#723497 color RGB value is (114,52,151).

#723497 hex color red value is 114, green value is 52 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #723497 hue: 0.77 , saturation: 0.49 and the lightness value of 723497 is 0.40.

The process color (four color CMYK) of #723497 color hex is 0.25, 0.66, 0.00, 0.41. Web safe color of #723497 is #663399. Color #723497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110100 10010111
Octal 162 64 227
Decimal 114 52 151
Hex 72 34 97

RGB Percentages of Color #723497

%35.96
%16.40
%47.63

CMYK Percentages of Color #723497

%25
%66
%0
%41

Triadic Colors of #723497

#723497 #977234 #349772

Analogous Colors of #723497

#723497 #97348b #413497

Monochromatic Colors of #723497

#723497

Complementary Color

#723497 #599734

#723497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#723497 Color CSS Codes

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

#723497 Text Font Color

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

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


#723497 Background Color

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

This div background color is #723497


#723497 Border Color

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

This div border color is #723497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723497


Comments

No comments written yet.

Please login to write comment.