Color Hex Logo

#724adb Color Hex

#724ADB
(114,74,219)
0 Favorites   0 Comments

Color spaces of #724adb

RGB 11474219
HSL0.710.670.57
HSV257°66°86°
CMYK 0.480.660.00   0.14
XYZ22.174413.589468.4721
Yxy13.58940.21270.1304
Hunter Lab36.863842.8601-84.3226
CIE-Lab43.638250.7428-68.5243

#724adb color RGB value is (114,74,219).

#724adb hex color red value is 114, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #724adb hue: 0.71 , saturation: 0.67 and the lightness value of 724adb is 0.57.

The process color (four color CMYK) of #724adb color hex is 0.48, 0.66, 0.00, 0.14. Web safe color of #724adb is #6633cc. Color #724adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 11011011
Octal 162 112 333
Decimal 114 74 219
Hex 72 4A DB

RGB Percentages of Color #724adb

%28.01
%18.18
%53.81

CMYK Percentages of Color #724adb

%48
%66
%0
%14

Triadic Colors of #724adb

#724adb #db724a #4adb72

Analogous Colors of #724adb

#724adb #bb4adb #4a6bdb

Monochromatic Colors of #724adb

#724adb

Complementary Color

#724adb #b3db4a

#724adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#724adb Color CSS Codes

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

#724adb Text Font Color

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

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


#724adb Background Color

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

This div background color is #724adb


#724adb Border Color

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

This div border color is #724adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724adb


Comments

No comments written yet.

Please login to write comment.