Color Hex Logo

#724dce Color Hex

#724DCE
(114,77,206)
0 Favorites   0 Comments

Color spaces of #724dce

RGB 11477206
HSL0.710.570.55
HSV257°63°81°
CMYK 0.450.630.00   0.19
XYZ20.733913.341459.8749
Yxy13.34140.22070.1420
Hunter Lab36.525937.4052-71.6228
CIE-Lab43.273245.5012-61.6593

#724dce color RGB value is (114,77,206).

#724dce hex color red value is 114, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #724dce hue: 0.71 , saturation: 0.57 and the lightness value of 724dce is 0.55.

The process color (four color CMYK) of #724dce color hex is 0.45, 0.63, 0.00, 0.19. Web safe color of #724dce is #6666cc. Color #724dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001101 11001110
Octal 162 115 316
Decimal 114 77 206
Hex 72 4D CE

RGB Percentages of Color #724dce

%28.72
%19.40
%51.89

CMYK Percentages of Color #724dce

%45
%63
%0
%19

Triadic Colors of #724dce

#724dce #ce724d #4dce72

Analogous Colors of #724dce

#724dce #b34dce #4d69ce

Monochromatic Colors of #724dce

#724dce

Complementary Color

#724dce #a9ce4d

#724dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#724dce Color CSS Codes

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

#724dce Text Font Color

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

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


#724dce Background Color

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

This div background color is #724dce


#724dce Border Color

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

This div border color is #724dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724dce


Comments

No comments written yet.

Please login to write comment.