Color Hex Logo

#b28cde Color Hex

#B28CDE
(178,140,222)
0 Favorites   0 Comments

Color spaces of #b28cde

RGB 178140222
HSL0.740.550.71
HSV268°37°87°
CMYK 0.200.370.00   0.13
XYZ40.923033.495173.4156
Yxy33.49510.27680.2266
Hunter Lab57.875024.9350-34.6982
CIE-Lab64.559830.3140-36.4808

#b28cde color RGB value is (178,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001100 11011110
Octal 262 214 336
Decimal 178 140 222
Hex B2 8C DE

RGB Percentages of Color #b28cde

%32.96
%25.93
%41.11

CMYK Percentages of Color #b28cde

%20
%37
%0
%13

Triadic Colors of #b28cde

#b28cde #deb28c #8cdeb2

Analogous Colors of #b28cde

#b28cde #db8cde #8c8fde

Monochromatic Colors of #b28cde

#b28cde

Complementary Color

#b28cde #b8de8c

#b28cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28cde Color CSS Codes

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

#b28cde Text Font Color

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

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


#b28cde Background Color

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

This div background color is #b28cde


#b28cde Border Color

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

This div border color is #b28cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28cde


Comments

No comments written yet.

Please login to write comment.