Color Hex Logo

#724baa Color Hex

#724BAA
(114,75,170)
0 Favorites   0 Comments

Color spaces of #724baa

RGB 11475170
HSL0.740.390.48
HSV265°56°67°
CMYK 0.330.560.00   0.33
XYZ16.711211.511839.3714
Yxy11.51180.24720.1703
Hunter Lab33.929028.5415-45.0500
CIE-Lab40.429436.8782-45.1932

#724baa color RGB value is (114,75,170).

#724baa hex color red value is 114, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #724baa hue: 0.74 , saturation: 0.39 and the lightness value of 724baa is 0.48.

The process color (four color CMYK) of #724baa color hex is 0.33, 0.56, 0.00, 0.33. Web safe color of #724baa is #663399. Color #724baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001011 10101010
Octal 162 113 252
Decimal 114 75 170
Hex 72 4B AA

RGB Percentages of Color #724baa

%31.75
%20.89
%47.35

CMYK Percentages of Color #724baa

%33
%56
%0
%33

Triadic Colors of #724baa

#724baa #aa724b #4baa72

Analogous Colors of #724baa

#724baa #a24baa #4b53aa

Monochromatic Colors of #724baa

#724baa

Complementary Color

#724baa #83aa4b

#724baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#724baa Color CSS Codes

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

#724baa Text Font Color

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

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


#724baa Background Color

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

This div background color is #724baa


#724baa Border Color

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

This div border color is #724baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,75,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724baa;
  -webkit-box-shadow: 1px 1px 3px 2px #724baa;
  box-shadow:         1px 1px 3px 2px #724baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724baa


Comments

No comments written yet.

Please login to write comment.