Color Hex Logo

#724690 Color Hex

#724690
(114,70,144)
0 Favorites   0 Comments

Color spaces of #724690

RGB 11470144
HSL0.770.350.42
HSV276°51°56°
CMYK 0.210.510.00   0.44
XYZ14.16369.971327.5637
Yxy9.97130.27400.1929
Hunter Lab31.577424.8034-29.6497
CIE-Lab37.790933.2257-33.7761

#724690 color RGB value is (114,70,144).

#724690 hex color red value is 114, green value is 70 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #724690 hue: 0.77 , saturation: 0.35 and the lightness value of 724690 is 0.42.

The process color (four color CMYK) of #724690 color hex is 0.21, 0.51, 0.00, 0.44. Web safe color of #724690 is #663399. Color #724690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000110 10010000
Octal 162 106 220
Decimal 114 70 144
Hex 72 46 90

RGB Percentages of Color #724690

%34.76
%21.34
%43.90

CMYK Percentages of Color #724690

%21
%51
%0
%44

Triadic Colors of #724690

#724690 #907246 #469072

Analogous Colors of #724690

#724690 #904689 #4d4690

Monochromatic Colors of #724690

#724690

Complementary Color

#724690 #649046

#724690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724690 Color CSS Codes

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

#724690 Text Font Color

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

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


#724690 Background Color

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

This div background color is #724690


#724690 Border Color

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

This div border color is #724690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,70,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724690;
  -webkit-box-shadow: 1px 1px 3px 2px #724690;
  box-shadow:         1px 1px 3px 2px #724690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724690


Comments

No comments written yet.

Please login to write comment.