Color Hex Logo

#b28cfc Color Hex

#B28CFC
(178,140,252)
0 Favorites   0 Comments

Color spaces of #b28cfc

RGB 178140252
HSL0.720.950.77
HSV260°44°99°
CMYK 0.290.440.00   0.01
XYZ45.308935.249496.5112
Yxy35.24940.25590.1991
Hunter Lab59.371232.3220-54.8194
CIE-Lab65.942437.3876-50.8385

#b28cfc color RGB value is (178,140,252).

#b28cfc hex color red value is 178, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b28cfc hue: 0.72 , saturation: 0.95 and the lightness value of b28cfc is 0.77.

The process color (four color CMYK) of #b28cfc color hex is 0.29, 0.44, 0.00, 0.01. Web safe color of #b28cfc is #9999ff. Color #b28cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001100 11111100
Octal 262 214 374
Decimal 178 140 252
Hex B2 8C FC

RGB Percentages of Color #b28cfc

%31.23
%24.56
%44.21

CMYK Percentages of Color #b28cfc

%29
%44
%0
%1

Triadic Colors of #b28cfc

#b28cfc #fcb28c #8cfcb2

Analogous Colors of #b28cfc

#b28cfc #ea8cfc #8c9efc

Monochromatic Colors of #b28cfc

#b28cfc

Complementary Color

#b28cfc #d6fc8c

#b28cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28cfc Color CSS Codes

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

#b28cfc Text Font Color

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

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


#b28cfc Background Color

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

This div background color is #b28cfc


#b28cfc Border Color

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

This div border color is #b28cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28cfc


Comments

No comments written yet.

Please login to write comment.