Color Hex Logo

#72649b Color Hex

#72649B
(114,100,155)
0 Favorites   0 Comments

Color spaces of #72649b

RGB 114100155
HSL0.710.220.50
HSV255°35°61°
CMYK 0.260.350.00   0.39
XYZ17.413015.058332.9991
Yxy15.05830.26600.2300
Hunter Lab38.805012.1896-23.2556
CIE-Lab45.713917.9677-27.9383

#72649b color RGB value is (114,100,155).

#72649b hex color red value is 114, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #72649b hue: 0.71 , saturation: 0.22 and the lightness value of 72649b is 0.50.

The process color (four color CMYK) of #72649b color hex is 0.26, 0.35, 0.00, 0.39. Web safe color of #72649b is #666699. Color #72649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100100 10011011
Octal 162 144 233
Decimal 114 100 155
Hex 72 64 9B

RGB Percentages of Color #72649b

%30.89
%27.10
%42.01

CMYK Percentages of Color #72649b

%26
%35
%0
%39

Triadic Colors of #72649b

#72649b #9b7264 #649b72

Analogous Colors of #72649b

#72649b #8e649b #64729b

Monochromatic Colors of #72649b

#72649b

Complementary Color

#72649b #8d9b64

#72649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72649b Color CSS Codes

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

#72649b Text Font Color

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

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


#72649b Background Color

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

This div background color is #72649b


#72649b Border Color

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

This div border color is #72649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72649b


Comments

No comments written yet.

Please login to write comment.