Color Hex Logo

#b28fdf Color Hex

#B28FDF
(178,143,223)
0 Favorites   0 Comments

Color spaces of #b28fdf

RGB 178143223
HSL0.740.560.72
HSV266°36°87°
CMYK 0.200.360.00   0.13
XYZ41.501834.437674.2718
Yxy34.43760.27630.2293
Hunter Lab58.683623.5414-33.9608
CIE-Lab65.308428.8588-35.8692

#b28fdf color RGB value is (178,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 11011111
Octal 262 217 337
Decimal 178 143 223
Hex B2 8F DF

RGB Percentages of Color #b28fdf

%32.72
%26.29
%40.99

CMYK Percentages of Color #b28fdf

%20
%36
%0
%13

Triadic Colors of #b28fdf

#b28fdf #dfb28f #8fdfb2

Analogous Colors of #b28fdf

#b28fdf #da8fdf #8f94df

Monochromatic Colors of #b28fdf

#b28fdf

Complementary Color

#b28fdf #bcdf8f

#b28fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fdf Color CSS Codes

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

#b28fdf Text Font Color

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

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


#b28fdf Background Color

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

This div background color is #b28fdf


#b28fdf Border Color

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

This div border color is #b28fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fdf


Comments

No comments written yet.

Please login to write comment.