Color Hex Logo

#b898be Color Hex

#B898BE
(184,152,190)
0 Favorites   0 Comments

Color spaces of #b898be

RGB 184152190
HSL0.810.230.67
HSV291°20°75°
CMYK 0.030.200.00   0.25
XYZ40.289736.364553.6108
Yxy36.36450.30930.2792
Hunter Lab60.303013.7294-10.4981
CIE-Lab66.797518.7110-15.1743

#b898be color RGB value is (184,152,190).

#b898be hex color red value is 184, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b898be hue: 0.81 , saturation: 0.23 and the lightness value of b898be is 0.67.

The process color (four color CMYK) of #b898be color hex is 0.03, 0.20, 0.00, 0.25. Web safe color of #b898be is #cc99cc. Color #b898be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 10111110
Octal 270 230 276
Decimal 184 152 190
Hex B8 98 BE

RGB Percentages of Color #b898be

%34.98
%28.90
%36.12

CMYK Percentages of Color #b898be

%3
%20
%0
%25

Triadic Colors of #b898be

#b898be #beb898 #98beb8

Analogous Colors of #b898be

#b898be #be98b1 #a598be

Monochromatic Colors of #b898be

#b898be

Complementary Color

#b898be #9ebe98

#b898be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898be Color CSS Codes

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

#b898be Text Font Color

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

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


#b898be Background Color

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

This div background color is #b898be


#b898be Border Color

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

This div border color is #b898be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898be


Comments

No comments written yet.

Please login to write comment.