Color Hex Logo

#723ea2 Color Hex

#723EA2
(114,62,162)
0 Favorites   0 Comments

Color spaces of #723ea2

RGB 11462162
HSL0.750.450.44
HSV271°62°64°
CMYK 0.300.620.00   0.36
XYZ15.18369.631335.2412
Yxy9.63130.25280.1604
Hunter Lab31.034333.0213-45.6030
CIE-Lab37.172442.1080-45.6413

#723ea2 color RGB value is (114,62,162).

#723ea2 hex color red value is 114, green value is 62 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #723ea2 hue: 0.75 , saturation: 0.45 and the lightness value of 723ea2 is 0.44.

The process color (four color CMYK) of #723ea2 color hex is 0.30, 0.62, 0.00, 0.36. Web safe color of #723ea2 is #663399. Color #723ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111110 10100010
Octal 162 76 242
Decimal 114 62 162
Hex 72 3E A2

RGB Percentages of Color #723ea2

%33.73
%18.34
%47.93

CMYK Percentages of Color #723ea2

%30
%62
%0
%36

Triadic Colors of #723ea2

#723ea2 #a2723e #3ea272

Analogous Colors of #723ea2

#723ea2 #a23ea0 #403ea2

Monochromatic Colors of #723ea2

#723ea2

Complementary Color

#723ea2 #6ea23e

#723ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#723ea2 Color CSS Codes

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

#723ea2 Text Font Color

<p style="color:#723ea2">Text here</p>

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


#723ea2 Background Color

<div style="background-color:#723ea2">
Div content here</div>

This div background color is #723ea2


#723ea2 Border Color

<div style="border:3px solid #723ea2">
Div here</div>

This div border color is #723ea2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,62,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #723ea2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #723ea2;
  -webkit-box-shadow: 1px 1px 3px 2px #723ea2;
  box-shadow:         1px 1px 3px 2px #723ea2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723ea2


Comments

No comments written yet.

Please login to write comment.