Color Hex Logo

#b28fcc Color Hex

#B28FCC
(178,143,204)
0 Favorites   0 Comments

Color spaces of #b28fcc

RGB 178143204
HSL0.760.370.68
HSV274°30°80°
CMYK 0.130.300.00   0.20
XYZ39.081633.469561.5272
Yxy33.46950.29150.2496
Hunter Lab57.852819.3405-22.5587
CIE-Lab64.539324.6524-26.4872

#b28fcc color RGB value is (178,143,204).

#b28fcc hex color red value is 178, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b28fcc hue: 0.76 , saturation: 0.37 and the lightness value of b28fcc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 11001100
Octal 262 217 314
Decimal 178 143 204
Hex B2 8F CC

RGB Percentages of Color #b28fcc

%33.90
%27.24
%38.86

CMYK Percentages of Color #b28fcc

%13
%30
%0
%20

Triadic Colors of #b28fcc

#b28fcc #ccb28f #8fccb2

Analogous Colors of #b28fcc

#b28fcc #cc8fc8 #948fcc

Monochromatic Colors of #b28fcc

#b28fcc

Complementary Color

#b28fcc #a9cc8f

#b28fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fcc Color CSS Codes

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

#b28fcc Text Font Color

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

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


#b28fcc Background Color

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

This div background color is #b28fcc


#b28fcc Border Color

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

This div border color is #b28fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fcc


Comments

No comments written yet.

Please login to write comment.