Color Hex Logo

#b690ba Color Hex

#B690BA
(182,144,186)
0 Favorites   0 Comments

Color spaces of #b690ba

RGB 182144186
HSL0.820.230.65
HSV294°23°73°
CMYK 0.020.230.00   0.27
XYZ38.127633.436850.8988
Yxy33.43680.31130.2730
Hunter Lab57.824616.5040-11.7115
CIE-Lab64.513021.7153-16.4037

#b690ba color RGB value is (182,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 10111010
Octal 266 220 272
Decimal 182 144 186
Hex B6 90 BA

RGB Percentages of Color #b690ba

%35.55
%28.13
%36.33

CMYK Percentages of Color #b690ba

%2
%23
%0
%27

Triadic Colors of #b690ba

#b690ba #bab690 #90bab6

Analogous Colors of #b690ba

#b690ba #ba90a9 #a190ba

Monochromatic Colors of #b690ba

#b690ba

Complementary Color

#b690ba #94ba90

#b690ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b690ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b690ba Color CSS Codes

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

#b690ba Text Font Color

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

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


#b690ba Background Color

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

This div background color is #b690ba


#b690ba Border Color

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

This div border color is #b690ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b690ba


Comments

No comments written yet.

Please login to write comment.