Color Hex Logo

#724bec Color Hex

#724BEC
(114,75,236)
0 Favorites   0 Comments

Color spaces of #724bec

RGB 11475236
HSL0.710.810.61
HSV255°68°93°
CMYK 0.520.680.00   0.07
XYZ24.595814.665780.8913
Yxy14.66570.20470.1221
Hunter Lab38.295847.6254-98.4297
CIE-Lab45.172954.9471-75.6679

#724bec color RGB value is (114,75,236).

#724bec hex color red value is 114, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #724bec hue: 0.71 , saturation: 0.81 and the lightness value of 724bec is 0.61.

The process color (four color CMYK) of #724bec color hex is 0.52, 0.68, 0.00, 0.07. Web safe color of #724bec is #6633ff. Color #724bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001011 11101100
Octal 162 113 354
Decimal 114 75 236
Hex 72 4B EC

RGB Percentages of Color #724bec

%26.82
%17.65
%55.53

CMYK Percentages of Color #724bec

%52
%68
%0
%7

Triadic Colors of #724bec

#724bec #ec724b #4bec72

Analogous Colors of #724bec

#724bec #c34bec #4b75ec

Monochromatic Colors of #724bec

#724bec

Complementary Color

#724bec #c5ec4b

#724bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#724bec Color CSS Codes

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

#724bec Text Font Color

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

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


#724bec Background Color

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

This div background color is #724bec


#724bec Border Color

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

This div border color is #724bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724bec


Comments

No comments written yet.

Please login to write comment.