Color Hex Logo

#724abc Color Hex

#724ABC
(114,74,188)
0 Favorites   0 Comments

Color spaces of #724abc

RGB 11474188
HSL0.730.460.51
HSV261°61°74°
CMYK 0.390.610.00   0.26
XYZ18.465312.105848.9404
Yxy12.10580.23220.1523
Hunter Lab34.793433.8438-59.0420
CIE-Lab41.383842.2411-54.2649

#724abc color RGB value is (114,74,188).

#724abc hex color red value is 114, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #724abc hue: 0.73 , saturation: 0.46 and the lightness value of 724abc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 10111100
Octal 162 112 274
Decimal 114 74 188
Hex 72 4A BC

RGB Percentages of Color #724abc

%30.32
%19.68
%50.00

CMYK Percentages of Color #724abc

%39
%61
%0
%26

Triadic Colors of #724abc

#724abc #bc724a #4abc72

Analogous Colors of #724abc

#724abc #ab4abc #4a5bbc

Monochromatic Colors of #724abc

#724abc

Complementary Color

#724abc #94bc4a

#724abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#724abc Color CSS Codes

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

#724abc Text Font Color

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

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


#724abc Background Color

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

This div background color is #724abc


#724abc Border Color

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

This div border color is #724abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724abc


Comments

No comments written yet.

Please login to write comment.