Color Hex Logo

#b4689f Color Hex

#B4689F
(180,104,159)
0 Favorites   0 Comments

Color spaces of #b4689f

RGB 180104159
HSL0.880.340.56
HSV317°42°71°
CMYK 0.000.420.12   0.29
XYZ30.030722.107135.4852
Yxy22.10710.34270.2523
Hunter Lab47.018231.7268-11.8342
CIE-Lab54.140538.2190-16.7022

#b4689f color RGB value is (180,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 10011111
Octal 264 150 237
Decimal 180 104 159
Hex B4 68 9F

RGB Percentages of Color #b4689f

%40.63
%23.48
%35.89

CMYK Percentages of Color #b4689f

%0
%42
%12
%29

Triadic Colors of #b4689f

#b4689f #9fb468 #689fb4

Analogous Colors of #b4689f

#b4689f #b46879 #a368b4

Monochromatic Colors of #b4689f

#b4689f

Complementary Color

#b4689f #68b47d

#b4689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4689f Color CSS Codes

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

#b4689f Text Font Color

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

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


#b4689f Background Color

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

This div background color is #b4689f


#b4689f Border Color

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

This div border color is #b4689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4689f


Comments

No comments written yet.

Please login to write comment.