Color Hex Logo

#b28aff Color Hex

#B28AFF
(178,138,255)
0 Favorites   0 Comments

Color spaces of #b28aff

RGB 178138255
HSL0.721.000.77
HSV261°46°100°
CMYK 0.300.460.00   0.00
XYZ45.498634.861998.9387
Yxy34.86190.25380.1944
Hunter Lab59.044034.2231-58.0202
CIE-Lab65.641039.2310-52.9556

#b28aff color RGB value is (178,138,255).

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

The process color (four color CMYK) of #b28aff color hex is 0.30, 0.46, 0.00, 0.00. Web safe color of #b28aff is #9999ff. Color #b28aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11111111
Octal 262 212 377
Decimal 178 138 255
Hex B2 8A FF

RGB Percentages of Color #b28aff

%31.17
%24.17
%44.66

CMYK Percentages of Color #b28aff

%30
%46
%0
%0

Triadic Colors of #b28aff

#b28aff #ffb28a #8affb2

Analogous Colors of #b28aff

#b28aff #ed8aff #8a9dff

Monochromatic Colors of #b28aff

#b28aff

Complementary Color

#b28aff #d7ff8a

#b28aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28aff Color CSS Codes

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

#b28aff Text Font Color

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

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


#b28aff Background Color

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

This div background color is #b28aff


#b28aff Border Color

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

This div border color is #b28aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28aff


Comments

No comments written yet.

Please login to write comment.