Color Hex Logo

#b897c1 Color Hex

#B897C1
(184,151,193)
0 Favorites   0 Comments

Color spaces of #b897c1

RGB 184151193
HSL0.800.250.67
HSV287°22°76°
CMYK 0.050.220.00   0.24
XYZ40.459436.173855.3019
Yxy36.17380.30670.2742
Hunter Lab60.144714.8241-12.4148
CIE-Lab66.652519.8626-17.0677

#b897c1 color RGB value is (184,151,193).

#b897c1 hex color red value is 184, green value is 151 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b897c1 hue: 0.80 , saturation: 0.25 and the lightness value of b897c1 is 0.67.

The process color (four color CMYK) of #b897c1 color hex is 0.05, 0.22, 0.00, 0.24. Web safe color of #b897c1 is #cc99cc. Color #b897c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010111 11000001
Octal 270 227 301
Decimal 184 151 193
Hex B8 97 C1

RGB Percentages of Color #b897c1

%34.85
%28.60
%36.55

CMYK Percentages of Color #b897c1

%5
%22
%0
%24

Triadic Colors of #b897c1

#b897c1 #c1b897 #97c1b8

Analogous Colors of #b897c1

#b897c1 #c197b5 #a397c1

Monochromatic Colors of #b897c1

#b897c1

Complementary Color

#b897c1 #a0c197

#b897c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b897c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b897c1 Color CSS Codes

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

#b897c1 Text Font Color

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

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


#b897c1 Background Color

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

This div background color is #b897c1


#b897c1 Border Color

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

This div border color is #b897c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,151,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b897c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b897c1;
  -webkit-box-shadow: 1px 1px 3px 2px #b897c1;
  box-shadow:         1px 1px 3px 2px #b897c1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,151,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b897c1


Comments

No comments written yet.

Please login to write comment.