Color Hex Logo

#b38cde Color Hex

#B38CDE
(179,140,222)
0 Favorites   0 Comments

Color spaces of #b38cde

RGB 179140222
HSL0.750.550.71
HSV269°37°87°
CMYK 0.190.370.00   0.13
XYZ41.153333.613873.4263
Yxy33.61380.27770.2268
Hunter Lab57.977425.2417-34.5045
CIE-Lab64.654930.6112-36.3255

#b38cde color RGB value is (179,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001100 11011110
Octal 263 214 336
Decimal 179 140 222
Hex B3 8C DE

RGB Percentages of Color #b38cde

%33.09
%25.88
%41.04

CMYK Percentages of Color #b38cde

%19
%37
%0
%13

Triadic Colors of #b38cde

#b38cde #deb38c #8cdeb3

Analogous Colors of #b38cde

#b38cde #dc8cde #8c8ede

Monochromatic Colors of #b38cde

#b38cde

Complementary Color

#b38cde #b7de8c

#b38cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38cde Color CSS Codes

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

#b38cde Text Font Color

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

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


#b38cde Background Color

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

This div background color is #b38cde


#b38cde Border Color

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

This div border color is #b38cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,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 #b38cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38cde


Comments

No comments written yet.

Please login to write comment.