Color Hex Logo

#724daf Color Hex

#724DAF
(114,77,175)
0 Favorites   0 Comments

Color spaces of #724daf

RGB 11477175
HSL0.730.390.49
HSV263°56°69°
CMYK 0.350.560.00   0.31
XYZ17.331211.980341.9564
Yxy11.98030.24320.1681
Hunter Lab34.612628.8065-47.6409
CIE-Lab41.184837.0445-46.9434

#724daf color RGB value is (114,77,175).

#724daf hex color red value is 114, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #724daf hue: 0.73 , saturation: 0.39 and the lightness value of 724daf is 0.49.

The process color (four color CMYK) of #724daf color hex is 0.35, 0.56, 0.00, 0.31. Web safe color of #724daf is #666699. Color #724daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001101 10101111
Octal 162 115 257
Decimal 114 77 175
Hex 72 4D AF

RGB Percentages of Color #724daf

%31.15
%21.04
%47.81

CMYK Percentages of Color #724daf

%35
%56
%0
%31

Triadic Colors of #724daf

#724daf #af724d #4daf72

Analogous Colors of #724daf

#724daf #a34daf #4d59af

Monochromatic Colors of #724daf

#724daf

Complementary Color

#724daf #8aaf4d

#724daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#724daf Color CSS Codes

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

#724daf Text Font Color

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

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


#724daf Background Color

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

This div background color is #724daf


#724daf Border Color

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

This div border color is #724daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724daf


Comments

No comments written yet.

Please login to write comment.