Color Hex Logo

#726fbd Color Hex

#726FBD
(114,111,189)
0 Favorites   0 Comments

Color spaces of #726fbd

RGB 114111189
HSL0.670.370.59
HSV242°41°74°
CMYK 0.400.410.00   0.26
XYZ21.809218.620450.5887
Yxy18.62040.23960.2046
Hunter Lab43.151414.7011-39.3030
CIE-Lab50.240120.5873-40.6964

#726fbd color RGB value is (114,111,189).

#726fbd hex color red value is 114, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #726fbd hue: 0.67 , saturation: 0.37 and the lightness value of 726fbd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101111 10111101
Octal 162 157 275
Decimal 114 111 189
Hex 72 6F BD

RGB Percentages of Color #726fbd

%27.54
%26.81
%45.65

CMYK Percentages of Color #726fbd

%40
%41
%0
%26

Triadic Colors of #726fbd

#726fbd #bd726f #6fbd72

Analogous Colors of #726fbd

#726fbd #996fbd #6f93bd

Monochromatic Colors of #726fbd

#726fbd

Complementary Color

#726fbd #babd6f

#726fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#726fbd Color CSS Codes

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

#726fbd Text Font Color

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

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


#726fbd Background Color

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

This div background color is #726fbd


#726fbd Border Color

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

This div border color is #726fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,111,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 #726fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726fbd


Comments

No comments written yet.

Please login to write comment.