Color Hex Logo

#b289df Color Hex

#B289DF
(178,137,223)
0 Favorites   0 Comments

Color spaces of #b289df

RGB 178137223
HSL0.750.570.71
HSV269°39°87°
CMYK 0.200.390.00   0.13
XYZ40.625032.684073.9795
Yxy32.68400.27580.2219
Hunter Lab57.169926.7949-36.7040
CIE-Lab63.904232.2211-38.0590

#b289df color RGB value is (178,137,223).

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

The process color (four color CMYK) of #b289df color hex is 0.20, 0.39, 0.00, 0.13. Web safe color of #b289df is #9999cc. Color #b289df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11011111
Octal 262 211 337
Decimal 178 137 223
Hex B2 89 DF

RGB Percentages of Color #b289df

%33.09
%25.46
%41.45

CMYK Percentages of Color #b289df

%20
%39
%0
%13

Triadic Colors of #b289df

#b289df #dfb289 #89dfb2

Analogous Colors of #b289df

#b289df #dd89df #898bdf

Monochromatic Colors of #b289df

#b289df

Complementary Color

#b289df #b6df89

#b289df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289df Color CSS Codes

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

#b289df Text Font Color

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

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


#b289df Background Color

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

This div background color is #b289df


#b289df Border Color

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

This div border color is #b289df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289df


Comments

No comments written yet.

Please login to write comment.