Color Hex Logo

#724adc Color Hex

#724ADC
(114,74,220)
0 Favorites   0 Comments

Color spaces of #724adc

RGB 11474220
HSL0.710.680.58
HSV256°66°86°
CMYK 0.480.660.00   0.14
XYZ22.306513.642369.1677
Yxy13.64230.21220.1298
Hunter Lab36.935543.1647-85.1753
CIE-Lab43.715551.0197-68.9693

#724adc color RGB value is (114,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 11011100
Octal 162 112 334
Decimal 114 74 220
Hex 72 4A DC

RGB Percentages of Color #724adc

%27.94
%18.14
%53.92

CMYK Percentages of Color #724adc

%48
%66
%0
%14

Triadic Colors of #724adc

#724adc #dc724a #4adc72

Analogous Colors of #724adc

#724adc #bb4adc #4a6bdc

Monochromatic Colors of #724adc

#724adc

Complementary Color

#724adc #b4dc4a

#724adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#724adc Color CSS Codes

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

#724adc Text Font Color

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

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


#724adc Background Color

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

This div background color is #724adc


#724adc Border Color

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

This div border color is #724adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724adc


Comments

No comments written yet.

Please login to write comment.