Color Hex Logo

#724afb Color Hex

#724AFB
(114,74,251)
0 Favorites   0 Comments

Color spaces of #724afb

RGB 11474251
HSL0.700.960.64
HSV254°71°98°
CMYK 0.550.710.00   0.02
XYZ26.800815.440092.8344
Yxy15.44000.19840.1143
Hunter Lab39.293852.9840-112.5713
CIE-Lab46.231059.6363-82.3522

#724afb color RGB value is (114,74,251).

#724afb hex color red value is 114, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #724afb hue: 0.70 , saturation: 0.96 and the lightness value of 724afb is 0.64.

The process color (four color CMYK) of #724afb color hex is 0.55, 0.71, 0.00, 0.02. Web safe color of #724afb is #6633ff. Color #724afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 11111011
Octal 162 112 373
Decimal 114 74 251
Hex 72 4A FB

RGB Percentages of Color #724afb

%25.97
%16.86
%57.18

CMYK Percentages of Color #724afb

%55
%71
%0
%2

Triadic Colors of #724afb

#724afb #fb724a #4afb72

Analogous Colors of #724afb

#724afb #cb4afb #4a7bfb

Monochromatic Colors of #724afb

#724afb

Complementary Color

#724afb #d3fb4a

#724afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#724afb Color CSS Codes

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

#724afb Text Font Color

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

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


#724afb Background Color

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

This div background color is #724afb


#724afb Border Color

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

This div border color is #724afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724afb

Related Colors


Comments

No comments written yet.

Please login to write comment.