Color Hex Logo

#b289be Color Hex

#B289BE
(178,137,190)
0 Favorites   0 Comments

Color spaces of #b289be

RGB 178137190
HSL0.800.290.64
HSV286°28°75°
CMYK 0.060.280.00   0.25
XYZ36.600031.074052.7840
Yxy31.07400.30380.2580
Hunter Lab55.744119.6460-17.1208
CIE-Lab62.570125.0982-21.6469

#b289be color RGB value is (178,137,190).

#b289be hex color red value is 178, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b289be hue: 0.80 , saturation: 0.29 and the lightness value of b289be is 0.64.

The process color (four color CMYK) of #b289be color hex is 0.06, 0.28, 0.00, 0.25. Web safe color of #b289be is #9999cc. Color #b289be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 10111110
Octal 262 211 276
Decimal 178 137 190
Hex B2 89 BE

RGB Percentages of Color #b289be

%35.25
%27.13
%37.62

CMYK Percentages of Color #b289be

%6
%28
%0
%25

Triadic Colors of #b289be

#b289be #beb289 #89beb2

Analogous Colors of #b289be

#b289be #be89b0 #9889be

Monochromatic Colors of #b289be

#b289be

Complementary Color

#b289be #95be89

#b289be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289be Color CSS Codes

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

#b289be Text Font Color

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

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


#b289be Background Color

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

This div background color is #b289be


#b289be Border Color

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

This div border color is #b289be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289be


Comments

No comments written yet.

Please login to write comment.