Color Hex Logo

#b890ba Color Hex

#B890BA
(184,144,186)
0 Favorites   0 Comments

Color spaces of #b890ba

RGB 184144186
HSL0.830.230.65
HSV297°23°73°
CMYK 0.010.230.00   0.27
XYZ38.603333.682050.9210
Yxy33.68200.31330.2734
Hunter Lab58.036217.1675-11.3958
CIE-Lab64.709422.3963-16.0878

#b890ba color RGB value is (184,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 10111010
Octal 270 220 272
Decimal 184 144 186
Hex B8 90 BA

RGB Percentages of Color #b890ba

%35.80
%28.02
%36.19

CMYK Percentages of Color #b890ba

%1
%23
%0
%27

Triadic Colors of #b890ba

#b890ba #bab890 #90bab8

Analogous Colors of #b890ba

#b890ba #ba90a7 #a390ba

Monochromatic Colors of #b890ba

#b890ba

Complementary Color

#b890ba #92ba90

#b890ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b890ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b890ba Color CSS Codes

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

#b890ba Text Font Color

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

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


#b890ba Background Color

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

This div background color is #b890ba


#b890ba Border Color

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

This div border color is #b890ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,144,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 #b890ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b890ba


Comments

No comments written yet.

Please login to write comment.