Color Hex Logo

#72698b Color Hex

#72698B
(114,105,139)
0 Favorites   0 Comments

Color spaces of #72698b

RGB 114105139
HSL0.710.140.48
HSV256°24°55°
CMYK 0.180.240.00   0.45
XYZ16.651215.544626.5489
Yxy15.54460.28350.2646
Hunter Lab39.42666.3899-12.3257
CIE-Lab46.371310.9313-17.4102

#72698b color RGB value is (114,105,139).

#72698b hex color red value is 114, green value is 105 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #72698b hue: 0.71 , saturation: 0.14 and the lightness value of 72698b is 0.48.

The process color (four color CMYK) of #72698b color hex is 0.18, 0.24, 0.00, 0.45. Web safe color of #72698b is #666699. Color #72698b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101001 10001011
Octal 162 151 213
Decimal 114 105 139
Hex 72 69 8B

RGB Percentages of Color #72698b

%31.84
%29.33
%38.83

CMYK Percentages of Color #72698b

%18
%24
%0
%45

Triadic Colors of #72698b

#72698b #8b7269 #698b72

Analogous Colors of #72698b

#72698b #83698b #69718b

Monochromatic Colors of #72698b

#72698b

Complementary Color

#72698b #828b69

#72698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72698b Color CSS Codes

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

#72698b Text Font Color

<p style="color:#72698b">Text here</p>

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


#72698b Background Color

<div style="background-color:#72698b">
Div content here</div>

This div background color is #72698b


#72698b Border Color

<div style="border:3px solid #72698b">
Div here</div>

This div border color is #72698b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,105,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72698b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72698b;
  -webkit-box-shadow: 1px 1px 3px 2px #72698b;
  box-shadow:         1px 1px 3px 2px #72698b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72698b


Comments

No comments written yet.

Please login to write comment.