Color Hex Logo

#724ecf Color Hex

#724ECF
(114,78,207)
0 Favorites   0 Comments

Color spaces of #724ecf

RGB 11478207
HSL0.710.570.56
HSV257°62°81°
CMYK 0.450.620.00   0.19
XYZ20.926313.531260.5403
Yxy13.53120.22030.1424
Hunter Lab36.784837.1726-71.8300
CIE-Lab43.553045.2235-61.7817

#724ecf color RGB value is (114,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001110 11001111
Octal 162 116 317
Decimal 114 78 207
Hex 72 4E CF

RGB Percentages of Color #724ecf

%28.57
%19.55
%51.88

CMYK Percentages of Color #724ecf

%45
%62
%0
%19

Triadic Colors of #724ecf

#724ecf #cf724e #4ecf72

Analogous Colors of #724ecf

#724ecf #b34ecf #4e6bcf

Monochromatic Colors of #724ecf

#724ecf

Complementary Color

#724ecf #abcf4e

#724ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#724ecf Color CSS Codes

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

#724ecf Text Font Color

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

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


#724ecf Background Color

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

This div background color is #724ecf


#724ecf Border Color

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

This div border color is #724ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724ecf


Comments

No comments written yet.

Please login to write comment.