Color Hex Logo

#723bcb Color Hex

#723BCB
(114,59,203)
0 Favorites   0 Comments

Color spaces of #723bcb

RGB 11459203
HSL0.730.580.51
HSV263°71°80°
CMYK 0.440.710.00   0.20
XYZ19.282911.017157.6101
Yxy11.01710.21930.1253
Hunter Lab33.192045.6135-79.6729
CIE-Lab39.609354.1024-65.8838

#723bcb color RGB value is (114,59,203).

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

The process color (four color CMYK) of #723bcb color hex is 0.44, 0.71, 0.00, 0.20. Web safe color of #723bcb is #6633cc. Color #723bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111011 11001011
Octal 162 73 313
Decimal 114 59 203
Hex 72 3B CB

RGB Percentages of Color #723bcb

%30.32
%15.69
%53.99

CMYK Percentages of Color #723bcb

%44
%71
%0
%20

Triadic Colors of #723bcb

#723bcb #cb723b #3bcb72

Analogous Colors of #723bcb

#723bcb #ba3bcb #3b4ccb

Monochromatic Colors of #723bcb

#723bcb

Complementary Color

#723bcb #94cb3b

#723bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#723bcb Color CSS Codes

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

#723bcb Text Font Color

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

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


#723bcb Background Color

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

This div background color is #723bcb


#723bcb Border Color

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

This div border color is #723bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723bcb


Comments

No comments written yet.

Please login to write comment.