Color Hex Logo

#b28bde Color Hex

#B28BDE
(178,139,222)
0 Favorites   0 Comments

Color spaces of #b28bde

RGB 178139222
HSL0.740.560.71
HSV268°37°87°
CMYK 0.200.370.00   0.13
XYZ40.777533.204173.3671
Yxy33.20410.27670.2253
Hunter Lab57.623025.4771-35.1535
CIE-Lab64.325830.8745-36.8456

#b28bde color RGB value is (178,139,222).

#b28bde hex color red value is 178, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b28bde hue: 0.74 , saturation: 0.56 and the lightness value of b28bde is 0.71.

The process color (four color CMYK) of #b28bde color hex is 0.20, 0.37, 0.00, 0.13. Web safe color of #b28bde is #9999cc. Color #b28bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001011 11011110
Octal 262 213 336
Decimal 178 139 222
Hex B2 8B DE

RGB Percentages of Color #b28bde

%33.02
%25.79
%41.19

CMYK Percentages of Color #b28bde

%20
%37
%0
%13

Triadic Colors of #b28bde

#b28bde #deb28b #8bdeb2

Analogous Colors of #b28bde

#b28bde #dc8bde #8b8ede

Monochromatic Colors of #b28bde

#b28bde

Complementary Color

#b28bde #b7de8b

#b28bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28bde Color CSS Codes

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

#b28bde Text Font Color

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

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


#b28bde Background Color

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

This div background color is #b28bde


#b28bde Border Color

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

This div border color is #b28bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28bde


Comments

No comments written yet.

Please login to write comment.