Color Hex Logo

#b189ee Color Hex

#B189EE
(177,137,238)
0 Favorites   0 Comments

Color spaces of #b189ee

RGB 177137238
HSL0.730.750.74
HSV264°42°93°
CMYK 0.260.420.00   0.07
XYZ42.509733.411585.0975
Yxy33.41150.26400.2075
Hunter Lab57.802730.1192-46.8253
CIE-Lab64.492735.4210-45.4446

#b189ee color RGB value is (177,137,238).

#b189ee hex color red value is 177, green value is 137 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b189ee hue: 0.73 , saturation: 0.75 and the lightness value of b189ee is 0.74.

The process color (four color CMYK) of #b189ee color hex is 0.26, 0.42, 0.00, 0.07. Web safe color of #b189ee is #9999ff. Color #b189ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11101110
Octal 261 211 356
Decimal 177 137 238
Hex B1 89 EE

RGB Percentages of Color #b189ee

%32.07
%24.82
%43.12

CMYK Percentages of Color #b189ee

%26
%42
%0
%7

Triadic Colors of #b189ee

#b189ee #eeb189 #89eeb1

Analogous Colors of #b189ee

#b189ee #e489ee #8994ee

Monochromatic Colors of #b189ee

#b189ee

Complementary Color

#b189ee #c6ee89

#b189ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189ee Color CSS Codes

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

#b189ee Text Font Color

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

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


#b189ee Background Color

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

This div background color is #b189ee


#b189ee Border Color

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

This div border color is #b189ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,137,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189ee


Comments

No comments written yet.

Please login to write comment.