Color Hex Logo

#b4689a Color Hex

#B4689A
(180,104,154)
0 Favorites   0 Comments

Color spaces of #b4689a

RGB 180104154
HSL0.890.340.56
HSV321°42°71°
CMYK 0.000.420.14   0.29
XYZ29.605421.937033.2457
Yxy21.93700.34920.2587
Hunter Lab46.837030.8643-9.2992
CIE-Lab53.960137.3811-14.0546

#b4689a color RGB value is (180,104,154).

#b4689a hex color red value is 180, green value is 104 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b4689a hue: 0.89 , saturation: 0.34 and the lightness value of b4689a is 0.56.

The process color (four color CMYK) of #b4689a color hex is 0.00, 0.42, 0.14, 0.29. Web safe color of #b4689a is #cc6699. Color #b4689a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 10011010
Octal 264 150 232
Decimal 180 104 154
Hex B4 68 9A

RGB Percentages of Color #b4689a

%41.10
%23.74
%35.16

CMYK Percentages of Color #b4689a

%0
%42
%14
%29

Triadic Colors of #b4689a

#b4689a #9ab468 #689ab4

Analogous Colors of #b4689a

#b4689a #b46874 #a868b4

Monochromatic Colors of #b4689a

#b4689a

Complementary Color

#b4689a #68b482

#b4689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4689a Color CSS Codes

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

#b4689a Text Font Color

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

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


#b4689a Background Color

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

This div background color is #b4689a


#b4689a Border Color

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

This div border color is #b4689a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,104,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4689a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4689a;
  -webkit-box-shadow: 1px 1px 3px 2px #b4689a;
  box-shadow:         1px 1px 3px 2px #b4689a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,104,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4689a

#b4689a Color Palettes


Comments

No comments written yet.

Please login to write comment.