Color Hex Logo

#724fdd Color Hex

#724FDD
(114,79,221)
0 Favorites   0 Comments

Color spaces of #724fdd

RGB 11479221
HSL0.710.680.59
HSV255°64°87°
CMYK 0.480.640.00   0.13
XYZ22.786614.389869.9831
Yxy14.38980.21260.1343
Hunter Lab37.933940.8393-82.8286
CIE-Lab44.786848.5989-67.7952

#724fdd color RGB value is (114,79,221).

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

The process color (four color CMYK) of #724fdd color hex is 0.48, 0.64, 0.00, 0.13. Web safe color of #724fdd is #6666cc. Color #724fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001111 11011101
Octal 162 117 335
Decimal 114 79 221
Hex 72 4F DD

RGB Percentages of Color #724fdd

%27.54
%19.08
%53.38

CMYK Percentages of Color #724fdd

%48
%64
%0
%13

Triadic Colors of #724fdd

#724fdd #dd724f #4fdd72

Analogous Colors of #724fdd

#724fdd #b94fdd #4f73dd

Monochromatic Colors of #724fdd

#724fdd

Complementary Color

#724fdd #badd4f

#724fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#724fdd Color CSS Codes

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

#724fdd Text Font Color

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

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


#724fdd Background Color

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

This div background color is #724fdd


#724fdd Border Color

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

This div border color is #724fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724fdd


Comments

No comments written yet.

Please login to write comment.