Color Hex Logo

#b38ede Color Hex

#B38EDE
(179,142,222)
0 Favorites   0 Comments

Color spaces of #b38ede

RGB 179142222
HSL0.740.550.71
HSV268°36°87°
CMYK 0.190.360.00   0.13
XYZ41.448234.203673.5246
Yxy34.20360.27780.2293
Hunter Lab58.483824.1584-33.5994
CIE-Lab65.123929.4910-35.5951

#b38ede color RGB value is (179,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11011110
Octal 263 216 336
Decimal 179 142 222
Hex B3 8E DE

RGB Percentages of Color #b38ede

%32.97
%26.15
%40.88

CMYK Percentages of Color #b38ede

%19
%36
%0
%13

Triadic Colors of #b38ede

#b38ede #deb38e #8edeb3

Analogous Colors of #b38ede

#b38ede #db8ede #8e91de

Monochromatic Colors of #b38ede

#b38ede

Complementary Color

#b38ede #b9de8e

#b38ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ede Color CSS Codes

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

#b38ede Text Font Color

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

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


#b38ede Background Color

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

This div background color is #b38ede


#b38ede Border Color

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

This div border color is #b38ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ede


Comments

No comments written yet.

Please login to write comment.