Color Hex Logo

#723abd Color Hex

#723ABD
(114,58,189)
0 Favorites   0 Comments

Color spaces of #723abd

RGB 11458189
HSL0.740.530.48
HSV266°69°74°
CMYK 0.400.690.00   0.26
XYZ17.637810.277649.1983
Yxy10.27760.22870.1333
Hunter Lab32.058742.1030-68.5472
CIE-Lab38.336150.9855-59.7882

#723abd color RGB value is (114,58,189).

#723abd hex color red value is 114, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #723abd hue: 0.74 , saturation: 0.53 and the lightness value of 723abd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111010 10111101
Octal 162 72 275
Decimal 114 58 189
Hex 72 3A BD

RGB Percentages of Color #723abd

%31.58
%16.07
%52.35

CMYK Percentages of Color #723abd

%40
%69
%0
%26

Triadic Colors of #723abd

#723abd #bd723a #3abd72

Analogous Colors of #723abd

#723abd #b43abd #3a43bd

Monochromatic Colors of #723abd

#723abd

Complementary Color

#723abd #85bd3a

#723abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#723abd Color CSS Codes

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

#723abd Text Font Color

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

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


#723abd Background Color

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

This div background color is #723abd


#723abd Border Color

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

This div border color is #723abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723abd


Comments

No comments written yet.

Please login to write comment.