Color Hex Logo

#b28fca Color Hex

#B28FCA
(178,143,202)
0 Favorites   0 Comments

Color spaces of #b28fca

RGB 178143202
HSL0.770.360.68
HSV276°29°79°
CMYK 0.120.290.00   0.21
XYZ38.843233.374260.2717
Yxy33.37420.29320.2519
Hunter Lab57.770418.9202-21.4178
CIE-Lab64.462824.2247-25.4867

#b28fca color RGB value is (178,143,202).

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

The process color (four color CMYK) of #b28fca color hex is 0.12, 0.29, 0.00, 0.21. Web safe color of #b28fca is #9999cc. Color #b28fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 11001010
Octal 262 217 312
Decimal 178 143 202
Hex B2 8F CA

RGB Percentages of Color #b28fca

%34.03
%27.34
%38.62

CMYK Percentages of Color #b28fca

%12
%29
%0
%21

Triadic Colors of #b28fca

#b28fca #cab28f #8fcab2

Analogous Colors of #b28fca

#b28fca #ca8fc5 #958fca

Monochromatic Colors of #b28fca

#b28fca

Complementary Color

#b28fca #a7ca8f

#b28fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fca Color CSS Codes

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

#b28fca Text Font Color

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

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


#b28fca Background Color

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

This div background color is #b28fca


#b28fca Border Color

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

This div border color is #b28fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fca


Comments

No comments written yet.

Please login to write comment.