Color Hex Logo

#b28cdd Color Hex

#B28CDD
(178,140,221)
0 Favorites   0 Comments

Color spaces of #b28cdd

RGB 178140221
HSL0.740.540.71
HSV268°37°87°
CMYK 0.190.370.00   0.13
XYZ40.789333.441672.7117
Yxy33.44160.27760.2276
Hunter Lab57.828724.7042-34.0690
CIE-Lab64.516930.0873-35.9925

#b28cdd color RGB value is (178,140,221).

#b28cdd hex color red value is 178, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b28cdd hue: 0.74 , saturation: 0.54 and the lightness value of b28cdd is 0.71.

The process color (four color CMYK) of #b28cdd color hex is 0.19, 0.37, 0.00, 0.13. Web safe color of #b28cdd is #9999cc. Color #b28cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001100 11011101
Octal 262 214 335
Decimal 178 140 221
Hex B2 8C DD

RGB Percentages of Color #b28cdd

%33.02
%25.97
%41.00

CMYK Percentages of Color #b28cdd

%19
%37
%0
%13

Triadic Colors of #b28cdd

#b28cdd #ddb28c #8cddb2

Analogous Colors of #b28cdd

#b28cdd #db8cdd #8c8fdd

Monochromatic Colors of #b28cdd

#b28cdd

Complementary Color

#b28cdd #b7dd8c

#b28cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28cdd Color CSS Codes

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

#b28cdd Text Font Color

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

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


#b28cdd Background Color

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

This div background color is #b28cdd


#b28cdd Border Color

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

This div border color is #b28cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28cdd


Comments

No comments written yet.

Please login to write comment.