Color Hex Logo

#b28bff Color Hex

#B28BFF
(178,139,255)
0 Favorites   0 Comments

Color spaces of #b28bff

RGB 178139255
HSL0.721.000.77
HSV260°45°100°
CMYK 0.300.450.00   0.00
XYZ45.642735.150298.9868
Yxy35.15020.25390.1955
Hunter Lab59.287633.6653-57.4895
CIE-Lab65.865438.6761-52.6000

#b28bff color RGB value is (178,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001011 11111111
Octal 262 213 377
Decimal 178 139 255
Hex B2 8B FF

RGB Percentages of Color #b28bff

%31.12
%24.30
%44.58

CMYK Percentages of Color #b28bff

%30
%45
%0
%0

Triadic Colors of #b28bff

#b28bff #ffb28b #8bffb2

Analogous Colors of #b28bff

#b28bff #ec8bff #8b9eff

Monochromatic Colors of #b28bff

#b28bff

Complementary Color

#b28bff #d8ff8b

#b28bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28bff Color CSS Codes

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

#b28bff Text Font Color

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

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


#b28bff Background Color

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

This div background color is #b28bff


#b28bff Border Color

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

This div border color is #b28bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28bff

#b28bff Color Palettes


Comments

No comments written yet.

Please login to write comment.