Color Hex Logo

#724cea Color Hex

#724CEA
(114,76,234)
0 Favorites   0 Comments

Color spaces of #724cea

RGB 11476234
HSL0.710.790.61
HSV254°68°92°
CMYK 0.510.680.00   0.08
XYZ24.375214.686879.3920
Yxy14.68680.20580.1240
Hunter Lab38.323446.4673-96.0009
CIE-Lab45.202253.8653-74.4913

#724cea color RGB value is (114,76,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001100 11101010
Octal 162 114 352
Decimal 114 76 234
Hex 72 4C EA

RGB Percentages of Color #724cea

%26.89
%17.92
%55.19

CMYK Percentages of Color #724cea

%51
%68
%0
%8

Triadic Colors of #724cea

#724cea #ea724c #4cea72

Analogous Colors of #724cea

#724cea #c14cea #4c75ea

Monochromatic Colors of #724cea

#724cea

Complementary Color

#724cea #c4ea4c

#724cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#724cea Color CSS Codes

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

#724cea Text Font Color

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

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


#724cea Background Color

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

This div background color is #724cea


#724cea Border Color

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

This div border color is #724cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724cea


Comments

No comments written yet.

Please login to write comment.