Color Hex Logo

#b894ba Color Hex

#B894BA
(184,148,186)
0 Favorites   0 Comments

Color spaces of #b894ba

RGB 184148186
HSL0.820.220.65
HSV297°20°73°
CMYK 0.010.200.00   0.27
XYZ39.220034.915351.1266
Yxy34.91530.31310.2787
Hunter Lab59.089215.0720-9.9379
CIE-Lab65.682720.1624-14.6184

#b894ba color RGB value is (184,148,186).

#b894ba hex color red value is 184, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b894ba hue: 0.82 , saturation: 0.22 and the lightness value of b894ba is 0.65.

The process color (four color CMYK) of #b894ba color hex is 0.01, 0.20, 0.00, 0.27. Web safe color of #b894ba is #cc99cc. Color #b894ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 10111010
Octal 270 224 272
Decimal 184 148 186
Hex B8 94 BA

RGB Percentages of Color #b894ba

%35.52
%28.57
%35.91

CMYK Percentages of Color #b894ba

%1
%20
%0
%27

Triadic Colors of #b894ba

#b894ba #bab894 #94bab8

Analogous Colors of #b894ba

#b894ba #ba94a9 #a594ba

Monochromatic Colors of #b894ba

#b894ba

Complementary Color

#b894ba #96ba94

#b894ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b894ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b894ba Color CSS Codes

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

#b894ba Text Font Color

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

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


#b894ba Background Color

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

This div background color is #b894ba


#b894ba Border Color

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

This div border color is #b894ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b894ba


Comments

No comments written yet.

Please login to write comment.