Color Hex Logo

#b28ede Color Hex

#B28EDE
(178,142,222)
0 Favorites   0 Comments

Color spaces of #b28ede

RGB 178142222
HSL0.740.550.71
HSV267°36°87°
CMYK 0.200.360.00   0.13
XYZ41.217934.084973.5139
Yxy34.08490.27700.2290
Hunter Lab58.382323.8521-33.7893
CIE-Lab65.029929.1924-35.7486

#b28ede color RGB value is (178,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 11011110
Octal 262 216 336
Decimal 178 142 222
Hex B2 8E DE

RGB Percentages of Color #b28ede

%32.84
%26.20
%40.96

CMYK Percentages of Color #b28ede

%20
%36
%0
%13

Triadic Colors of #b28ede

#b28ede #deb28e #8edeb2

Analogous Colors of #b28ede

#b28ede #da8ede #8e92de

Monochromatic Colors of #b28ede

#b28ede

Complementary Color

#b28ede #bade8e

#b28ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28ede Color CSS Codes

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

#b28ede Text Font Color

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

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


#b28ede Background Color

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

This div background color is #b28ede


#b28ede Border Color

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

This div border color is #b28ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28ede


Comments

No comments written yet.

Please login to write comment.