Color Hex Logo

#724afd Color Hex

#724AFD
(114,74,253)
0 Favorites   0 Comments

Color spaces of #724afd

RGB 11474253
HSL0.700.980.64
HSV253°71°99°
CMYK 0.550.710.00   0.01
XYZ27.117815.566894.5039
Yxy15.56680.19770.1135
Hunter Lab39.454853.6396-114.3958
CIE-Lab46.400960.1917-83.1894

#724afd color RGB value is (114,74,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 11111101
Octal 162 112 375
Decimal 114 74 253
Hex 72 4A FD

RGB Percentages of Color #724afd

%25.85
%16.78
%57.37

CMYK Percentages of Color #724afd

%55
%71
%0
%1

Triadic Colors of #724afd

#724afd #fd724a #4afd72

Analogous Colors of #724afd

#724afd #cc4afd #4a7cfd

Monochromatic Colors of #724afd

#724afd

Complementary Color

#724afd #d5fd4a

#724afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#724afd Color CSS Codes

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

#724afd Text Font Color

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

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


#724afd Background Color

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

This div background color is #724afd


#724afd Border Color

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

This div border color is #724afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724afd


Comments

No comments written yet.

Please login to write comment.