Color Hex Logo

#723cbb Color Hex

#723CBB
(114,60,187)
0 Favorites   0 Comments

Color spaces of #723cbb

RGB 11460187
HSL0.740.510.48
HSV266°68°73°
CMYK 0.390.680.00   0.27
XYZ17.524910.397048.0969
Yxy10.39700.23050.1368
Hunter Lab32.244440.5875-65.8681
CIE-Lab38.545749.4722-58.2729

#723cbb color RGB value is (114,60,187).

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

The process color (four color CMYK) of #723cbb color hex is 0.39, 0.68, 0.00, 0.27. Web safe color of #723cbb is #6633cc. Color #723cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111100 10111011
Octal 162 74 273
Decimal 114 60 187
Hex 72 3C BB

RGB Percentages of Color #723cbb

%31.58
%16.62
%51.80

CMYK Percentages of Color #723cbb

%39
%68
%0
%27

Triadic Colors of #723cbb

#723cbb #bb723c #3cbb72

Analogous Colors of #723cbb

#723cbb #b23cbb #3c45bb

Monochromatic Colors of #723cbb

#723cbb

Complementary Color

#723cbb #85bb3c

#723cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#723cbb Color CSS Codes

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

#723cbb Text Font Color

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

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


#723cbb Background Color

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

This div background color is #723cbb


#723cbb Border Color

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

This div border color is #723cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723cbb


Comments

No comments written yet.

Please login to write comment.