Color Hex Logo

#726cbc Color Hex

#726CBC
(114,108,188)
0 Favorites   0 Comments

Color spaces of #726cbc

RGB 114108188
HSL0.680.370.58
HSV245°43°74°
CMYK 0.390.430.00   0.26
XYZ21.379117.933449.9116
Yxy17.93340.23960.2010
Hunter Lab42.347816.0061-40.2363
CIE-Lab49.415222.1172-41.4244

#726cbc color RGB value is (114,108,188).

#726cbc hex color red value is 114, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #726cbc hue: 0.68 , saturation: 0.37 and the lightness value of 726cbc is 0.58.

The process color (four color CMYK) of #726cbc color hex is 0.39, 0.43, 0.00, 0.26. Web safe color of #726cbc is #6666cc. Color #726cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101100 10111100
Octal 162 154 274
Decimal 114 108 188
Hex 72 6C BC

RGB Percentages of Color #726cbc

%27.80
%26.34
%45.85

CMYK Percentages of Color #726cbc

%39
%43
%0
%26

Triadic Colors of #726cbc

#726cbc #bc726c #6cbc72

Analogous Colors of #726cbc

#726cbc #9a6cbc #6c8ebc

Monochromatic Colors of #726cbc

#726cbc

Complementary Color

#726cbc #b6bc6c

#726cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#726cbc Color CSS Codes

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

#726cbc Text Font Color

<p style="color:#726cbc">Text here</p>

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


#726cbc Background Color

<div style="background-color:#726cbc">
Div content here</div>

This div background color is #726cbc


#726cbc Border Color

<div style="border:3px solid #726cbc">
Div here</div>

This div border color is #726cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,108,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #726cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #726cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #726cbc;
  box-shadow:         1px 1px 3px 2px #726cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726cbc


Comments

No comments written yet.

Please login to write comment.