Color Hex Logo

#b289ea Color Hex

#B289EA
(178,137,234)
0 Favorites   0 Comments

Color spaces of #b289ea

RGB 178137234
HSL0.740.700.73
HSV265°41°92°
CMYK 0.240.410.00   0.08
XYZ42.157033.296882.0469
Yxy33.29680.26770.2114
Hunter Lab57.703429.4278-43.9105
CIE-Lab64.400534.7580-43.3753

#b289ea color RGB value is (178,137,234).

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

The process color (four color CMYK) of #b289ea color hex is 0.24, 0.41, 0.00, 0.08. Web safe color of #b289ea is #9999ff. Color #b289ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11101010
Octal 262 211 352
Decimal 178 137 234
Hex B2 89 EA

RGB Percentages of Color #b289ea

%32.42
%24.95
%42.62

CMYK Percentages of Color #b289ea

%24
%41
%0
%8

Triadic Colors of #b289ea

#b289ea #eab289 #89eab2

Analogous Colors of #b289ea

#b289ea #e389ea #8991ea

Monochromatic Colors of #b289ea

#b289ea

Complementary Color

#b289ea #c1ea89

#b289ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289ea Color CSS Codes

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

#b289ea Text Font Color

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

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


#b289ea Background Color

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

This div background color is #b289ea


#b289ea Border Color

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

This div border color is #b289ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289ea


Comments

No comments written yet.

Please login to write comment.