Color Hex Logo

#724bbb Color Hex

#724BBB
(114,75,187)
0 Favorites   0 Comments

Color spaces of #724bbb

RGB 11475187
HSL0.720.450.51
HSV261°60°73°
CMYK 0.390.600.00   0.27
XYZ18.425112.197448.3969
Yxy12.19740.23320.1544
Hunter Lab34.924833.0520-57.7136
CIE-Lab41.528241.4085-53.4468

#724bbb color RGB value is (114,75,187).

#724bbb hex color red value is 114, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #724bbb hue: 0.72 , saturation: 0.45 and the lightness value of 724bbb is 0.51.

The process color (four color CMYK) of #724bbb color hex is 0.39, 0.60, 0.00, 0.27. Web safe color of #724bbb is #6633cc. Color #724bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001011 10111011
Octal 162 113 273
Decimal 114 75 187
Hex 72 4B BB

RGB Percentages of Color #724bbb

%30.32
%19.95
%49.73

CMYK Percentages of Color #724bbb

%39
%60
%0
%27

Triadic Colors of #724bbb

#724bbb #bb724b #4bbb72

Analogous Colors of #724bbb

#724bbb #aa4bbb #4b5cbb

Monochromatic Colors of #724bbb

#724bbb

Complementary Color

#724bbb #94bb4b

#724bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#724bbb Color CSS Codes

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

#724bbb Text Font Color

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

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


#724bbb Background Color

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

This div background color is #724bbb


#724bbb Border Color

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

This div border color is #724bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724bbb


Comments

No comments written yet.

Please login to write comment.