Color Hex Logo

#b897ca Color Hex

#B897CA
(184,151,202)
0 Favorites   0 Comments

Color spaces of #b897ca

RGB 184151202
HSL0.770.320.69
HSV279°25°79°
CMYK 0.090.250.00   0.21
XYZ41.494436.587860.7523
Yxy36.58780.29890.2635
Hunter Lab60.487916.5965-17.2077
CIE-Lab66.966621.6889-21.6050

#b897ca color RGB value is (184,151,202).

#b897ca hex color red value is 184, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b897ca hue: 0.77 , saturation: 0.32 and the lightness value of b897ca is 0.69.

The process color (four color CMYK) of #b897ca color hex is 0.09, 0.25, 0.00, 0.21. Web safe color of #b897ca is #cc99cc. Color #b897ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010111 11001010
Octal 270 227 312
Decimal 184 151 202
Hex B8 97 CA

RGB Percentages of Color #b897ca

%34.26
%28.12
%37.62

CMYK Percentages of Color #b897ca

%9
%25
%0
%21

Triadic Colors of #b897ca

#b897ca #cab897 #97cab8

Analogous Colors of #b897ca

#b897ca #ca97c3 #9f97ca

Monochromatic Colors of #b897ca

#b897ca

Complementary Color

#b897ca #a9ca97

#b897ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b897ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b897ca Color CSS Codes

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

#b897ca Text Font Color

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

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


#b897ca Background Color

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

This div background color is #b897ca


#b897ca Border Color

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

This div border color is #b897ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b897ca


Comments

No comments written yet.

Please login to write comment.