Color Hex Logo

#b28cd1 Color Hex

#B28CD1
(178,140,209)
0 Favorites   0 Comments

Color spaces of #b28cd1

RGB 178140209
HSL0.760.430.68
HSV273°33°82°
CMYK 0.150.330.00   0.18
XYZ39.246832.824664.5888
Yxy32.82460.28720.2402
Hunter Lab57.292822.0141-26.7355
CIE-Lab64.018627.4197-30.0832

#b28cd1 color RGB value is (178,140,209).

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

The process color (four color CMYK) of #b28cd1 color hex is 0.15, 0.33, 0.00, 0.18. Web safe color of #b28cd1 is #9999cc. Color #b28cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001100 11010001
Octal 262 214 321
Decimal 178 140 209
Hex B2 8C D1

RGB Percentages of Color #b28cd1

%33.78
%26.57
%39.66

CMYK Percentages of Color #b28cd1

%15
%33
%0
%18

Triadic Colors of #b28cd1

#b28cd1 #d1b28c #8cd1b2

Analogous Colors of #b28cd1

#b28cd1 #d18cce #908cd1

Monochromatic Colors of #b28cd1

#b28cd1

Complementary Color

#b28cd1 #abd18c

#b28cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28cd1 Color CSS Codes

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

#b28cd1 Text Font Color

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

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


#b28cd1 Background Color

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

This div background color is #b28cd1


#b28cd1 Border Color

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

This div border color is #b28cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28cd1


Comments

No comments written yet.

Please login to write comment.