Color Hex Logo

#b28aec Color Hex

#B28AEC
(178,138,236)
0 Favorites   0 Comments

Color spaces of #b28aec

RGB 178138236
HSL0.730.720.73
HSV264°42°93°
CMYK 0.250.420.00   0.07
XYZ42.588933.698183.6166
Yxy33.69810.26630.2107
Hunter Lab58.050129.3704-44.7676
CIE-Lab64.722234.6691-43.9740

#b28aec color RGB value is (178,138,236).

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

The process color (four color CMYK) of #b28aec color hex is 0.25, 0.42, 0.00, 0.07. Web safe color of #b28aec is #9999ff. Color #b28aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11101100
Octal 262 212 354
Decimal 178 138 236
Hex B2 8A EC

RGB Percentages of Color #b28aec

%32.25
%25.00
%42.75

CMYK Percentages of Color #b28aec

%25
%42
%0
%7

Triadic Colors of #b28aec

#b28aec #ecb28a #8aecb2

Analogous Colors of #b28aec

#b28aec #e38aec #8a93ec

Monochromatic Colors of #b28aec

#b28aec

Complementary Color

#b28aec #c4ec8a

#b28aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28aec Color CSS Codes

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

#b28aec Text Font Color

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

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


#b28aec Background Color

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

This div background color is #b28aec


#b28aec Border Color

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

This div border color is #b28aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28aec


Comments

No comments written yet.

Please login to write comment.