Color Hex Logo

#b298ab Color Hex

#B298AB
(178,152,171)
0 Favorites   0 Comments

Color spaces of #b298ab

RGB 178152171
HSL0.880.140.65
HSV316°15°70°
CMYK 0.000.150.04   0.30
XYZ36.939034.861743.3102
Yxy34.86170.32090.3029
Hunter Lab59.04388.3466-2.1601
CIE-Lab65.640812.9816-6.3266

#b298ab color RGB value is (178,152,171).

#b298ab hex color red value is 178, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b298ab hue: 0.88 , saturation: 0.14 and the lightness value of b298ab is 0.65.

The process color (four color CMYK) of #b298ab color hex is 0.00, 0.15, 0.04, 0.30. Web safe color of #b298ab is #999999. Color #b298ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 10101011
Octal 262 230 253
Decimal 178 152 171
Hex B2 98 AB

RGB Percentages of Color #b298ab

%35.53
%30.34
%34.13

CMYK Percentages of Color #b298ab

%0
%15
%4
%30

Triadic Colors of #b298ab

#b298ab #abb298 #98abb2

Analogous Colors of #b298ab

#b298ab #b2989e #ac98b2

Monochromatic Colors of #b298ab

#b298ab

Complementary Color

#b298ab #98b29f

#b298ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b298ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b298ab Color CSS Codes

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

#b298ab Text Font Color

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

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


#b298ab Background Color

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

This div background color is #b298ab


#b298ab Border Color

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

This div border color is #b298ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,152,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b298ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b298ab;
  -webkit-box-shadow: 1px 1px 3px 2px #b298ab;
  box-shadow:         1px 1px 3px 2px #b298ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,152,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b298ab


Comments

No comments written yet.

Please login to write comment.