Color Hex Logo

#b4698c Color Hex

#B4698C
(180,105,140)
0 Favorites   0 Comments

Color spaces of #b4698c

RGB 180105140
HSL0.920.330.56
HSV332°42°71°
CMYK 0.000.420.22   0.29
XYZ28.607621.699927.4917
Yxy21.69990.36770.2789
Hunter Lab46.583228.0997-2.3826
CIE-Lab53.707134.6201-6.2240

#b4698c color RGB value is (180,105,140).

#b4698c hex color red value is 180, green value is 105 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b4698c hue: 0.92 , saturation: 0.33 and the lightness value of b4698c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 10001100
Octal 264 151 214
Decimal 180 105 140
Hex B4 69 8C

RGB Percentages of Color #b4698c

%42.35
%24.71
%32.94

CMYK Percentages of Color #b4698c

%0
%42
%22
%29

Triadic Colors of #b4698c

#b4698c #8cb469 #698cb4

Analogous Colors of #b4698c

#b4698c #b46c69 #b469b2

Monochromatic Colors of #b4698c

#b4698c

Complementary Color

#b4698c #69b491

#b4698c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4698c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4698c Color CSS Codes

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

#b4698c Text Font Color

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

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


#b4698c Background Color

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

This div background color is #b4698c


#b4698c Border Color

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

This div border color is #b4698c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4698c


Comments

No comments written yet.

Please login to write comment.