Color Hex Logo

#b289dd Color Hex

#B289DD
(178,137,221)
0 Favorites   0 Comments

Color spaces of #b289dd

RGB 178137221
HSL0.750.550.70
HSV269°38°87°
CMYK 0.190.380.00   0.13
XYZ40.356932.576872.5675
Yxy32.57680.27740.2239
Hunter Lab57.076126.3292-35.4290
CIE-Lab63.816831.7677-37.0840

#b289dd color RGB value is (178,137,221).

#b289dd hex color red value is 178, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b289dd hue: 0.75 , saturation: 0.55 and the lightness value of b289dd is 0.70.

The process color (four color CMYK) of #b289dd color hex is 0.19, 0.38, 0.00, 0.13. Web safe color of #b289dd is #9999cc. Color #b289dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11011101
Octal 262 211 335
Decimal 178 137 221
Hex B2 89 DD

RGB Percentages of Color #b289dd

%33.21
%25.56
%41.23

CMYK Percentages of Color #b289dd

%19
%38
%0
%13

Triadic Colors of #b289dd

#b289dd #ddb289 #89ddb2

Analogous Colors of #b289dd

#b289dd #dc89dd #898add

Monochromatic Colors of #b289dd

#b289dd

Complementary Color

#b289dd #b4dd89

#b289dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289dd Color CSS Codes

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

#b289dd Text Font Color

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

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


#b289dd Background Color

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

This div background color is #b289dd


#b289dd Border Color

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

This div border color is #b289dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289dd

#b289dd Color Palettes


Comments

No comments written yet.

Please login to write comment.