Color Hex Logo

#b28ae5 Color Hex

#B28AE5
(178,138,229)
0 Favorites   0 Comments

Color spaces of #b28ae5

RGB 178138229
HSL0.740.640.72
HSV266°40°90°
CMYK 0.220.400.00   0.10
XYZ41.591433.299178.3640
Yxy33.29910.27140.2173
Hunter Lab57.705427.6703-40.1222
CIE-Lab64.402433.0371-40.6072

#b28ae5 color RGB value is (178,138,229).

#b28ae5 hex color red value is 178, green value is 138 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b28ae5 hue: 0.74 , saturation: 0.64 and the lightness value of b28ae5 is 0.72.

The process color (four color CMYK) of #b28ae5 color hex is 0.22, 0.40, 0.00, 0.10. Web safe color of #b28ae5 is #9999cc. Color #b28ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11100101
Octal 262 212 345
Decimal 178 138 229
Hex B2 8A E5

RGB Percentages of Color #b28ae5

%32.66
%25.32
%42.02

CMYK Percentages of Color #b28ae5

%22
%40
%0
%10

Triadic Colors of #b28ae5

#b28ae5 #e5b28a #8ae5b2

Analogous Colors of #b28ae5

#b28ae5 #e08ae5 #8a90e5

Monochromatic Colors of #b28ae5

#b28ae5

Complementary Color

#b28ae5 #bde58a

#b28ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28ae5 Color CSS Codes

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

#b28ae5 Text Font Color

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

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


#b28ae5 Background Color

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

This div background color is #b28ae5


#b28ae5 Border Color

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

This div border color is #b28ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28ae5


Comments

No comments written yet.

Please login to write comment.