Color Hex Logo

#b28eb5 Color Hex

#B28EB5
(178,142,181)
0 Favorites   0 Comments

Color spaces of #b28eb5

RGB 178142181
HSL0.820.210.63
HSV295°22°71°
CMYK 0.020.220.00   0.29
XYZ36.373632.147248.0040
Yxy32.14720.31220.2759
Hunter Lab56.698515.2901-10.5092
CIE-Lab63.464420.4918-15.2116

#b28eb5 color RGB value is (178,142,181).

#b28eb5 hex color red value is 178, green value is 142 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #b28eb5 hue: 0.82 , saturation: 0.21 and the lightness value of b28eb5 is 0.63.

The process color (four color CMYK) of #b28eb5 color hex is 0.02, 0.22, 0.00, 0.29. Web safe color of #b28eb5 is #9999cc. Color #b28eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 10110101
Octal 262 216 265
Decimal 178 142 181
Hex B2 8E B5

RGB Percentages of Color #b28eb5

%35.53
%28.34
%36.13

CMYK Percentages of Color #b28eb5

%2
%22
%0
%29

Triadic Colors of #b28eb5

#b28eb5 #b5b28e #8eb5b2

Analogous Colors of #b28eb5

#b28eb5 #b58ea5 #9f8eb5

Monochromatic Colors of #b28eb5

#b28eb5

Complementary Color

#b28eb5 #91b58e

#b28eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28eb5 Color CSS Codes

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

#b28eb5 Text Font Color

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

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


#b28eb5 Background Color

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

This div background color is #b28eb5


#b28eb5 Border Color

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

This div border color is #b28eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28eb5


Comments

No comments written yet.

Please login to write comment.