Color Hex Logo

#724efc Color Hex

#724EFC
(114,78,252)
0 Favorites   0 Comments

Color spaces of #724efc

RGB 11478252
HSL0.700.970.65
HSV252°69°99°
CMYK 0.550.690.00   0.01
XYZ27.234516.054593.7589
Yxy16.05450.19870.1171
Hunter Lab40.068151.2084-110.6904
CIE-Lab47.045957.8831-81.5747

#724efc color RGB value is (114,78,252).

#724efc hex color red value is 114, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #724efc hue: 0.70 , saturation: 0.97 and the lightness value of 724efc is 0.65.

The process color (four color CMYK) of #724efc color hex is 0.55, 0.69, 0.00, 0.01. Web safe color of #724efc is #6666ff. Color #724efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001110 11111100
Octal 162 116 374
Decimal 114 78 252
Hex 72 4E FC

RGB Percentages of Color #724efc

%25.68
%17.57
%56.76

CMYK Percentages of Color #724efc

%55
%69
%0
%1

Triadic Colors of #724efc

#724efc #fc724e #4efc72

Analogous Colors of #724efc

#724efc #c94efc #4e81fc

Monochromatic Colors of #724efc

#724efc

Complementary Color

#724efc #d8fc4e

#724efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#724efc Color CSS Codes

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

#724efc Text Font Color

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

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


#724efc Background Color

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

This div background color is #724efc


#724efc Border Color

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

This div border color is #724efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724efc


Comments

No comments written yet.

Please login to write comment.