Color Hex Logo

#b28edf Color Hex

#B28EDF
(178,142,223)
0 Favorites   0 Comments

Color spaces of #b28edf

RGB 178142223
HSL0.740.560.72
HSV267°36°87°
CMYK 0.200.360.00   0.13
XYZ41.352434.138774.2220
Yxy34.13870.27620.2280
Hunter Lab58.428324.0830-34.4168
CIE-Lab65.072529.4200-36.2366

#b28edf color RGB value is (178,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 11011111
Octal 262 216 337
Decimal 178 142 223
Hex B2 8E DF

RGB Percentages of Color #b28edf

%32.78
%26.15
%41.07

CMYK Percentages of Color #b28edf

%20
%36
%0
%13

Triadic Colors of #b28edf

#b28edf #dfb28e #8edfb2

Analogous Colors of #b28edf

#b28edf #db8edf #8e93df

Monochromatic Colors of #b28edf

#b28edf

Complementary Color

#b28edf #bbdf8e

#b28edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28edf Color CSS Codes

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

#b28edf Text Font Color

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

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


#b28edf Background Color

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

This div background color is #b28edf


#b28edf Border Color

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

This div border color is #b28edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28edf


Comments

No comments written yet.

Please login to write comment.