Color Hex Logo

#b589ea Color Hex

#B589EA
(181,137,234)
0 Favorites   0 Comments

Color spaces of #b589ea

RGB 181137234
HSL0.740.700.73
HSV267°41°92°
CMYK 0.230.410.00   0.08
XYZ42.853033.655682.0795
Yxy33.65560.27020.2122
Hunter Lab58.013430.3297-43.2762
CIE-Lab64.688335.6047-42.9033

#b589ea color RGB value is (181,137,234).

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

The process color (four color CMYK) of #b589ea color hex is 0.23, 0.41, 0.00, 0.08. Web safe color of #b589ea is #cc99ff. Color #b589ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 11101010
Octal 265 211 352
Decimal 181 137 234
Hex B5 89 EA

RGB Percentages of Color #b589ea

%32.79
%24.82
%42.39

CMYK Percentages of Color #b589ea

%23
%41
%0
%8

Triadic Colors of #b589ea

#b589ea #eab589 #89eab5

Analogous Colors of #b589ea

#b589ea #e689ea #898eea

Monochromatic Colors of #b589ea

#b589ea

Complementary Color

#b589ea #beea89

#b589ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b589ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b589ea Color CSS Codes

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

#b589ea Text Font Color

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

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


#b589ea Background Color

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

This div background color is #b589ea


#b589ea Border Color

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

This div border color is #b589ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b589ea


Comments

No comments written yet.

Please login to write comment.