Color Hex Logo

#723ebe Color Hex

#723EBE
(114,62,190)
0 Favorites   0 Comments

Color spaces of #723ebe

RGB 11462190
HSL0.730.510.49
HSV264°67°75°
CMYK 0.400.670.00   0.25
XYZ17.956310.740449.8419
Yxy10.74040.22860.1368
Hunter Lab32.772540.4494-67.2300
CIE-Lab39.139849.2280-59.0689

#723ebe color RGB value is (114,62,190).

#723ebe hex color red value is 114, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #723ebe hue: 0.73 , saturation: 0.51 and the lightness value of 723ebe is 0.49.

The process color (four color CMYK) of #723ebe color hex is 0.40, 0.67, 0.00, 0.25. Web safe color of #723ebe is #6633cc. Color #723ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111110 10111110
Octal 162 76 276
Decimal 114 62 190
Hex 72 3E BE

RGB Percentages of Color #723ebe

%31.15
%16.94
%51.91

CMYK Percentages of Color #723ebe

%40
%67
%0
%25

Triadic Colors of #723ebe

#723ebe #be723e #3ebe72

Analogous Colors of #723ebe

#723ebe #b23ebe #3e4abe

Monochromatic Colors of #723ebe

#723ebe

Complementary Color

#723ebe #8abe3e

#723ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#723ebe Color CSS Codes

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

#723ebe Text Font Color

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

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


#723ebe Background Color

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

This div background color is #723ebe


#723ebe Border Color

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

This div border color is #723ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723ebe


Comments

No comments written yet.

Please login to write comment.