Color Hex Logo

#b38ade Color Hex

#B38ADE
(179,138,222)
0 Favorites   0 Comments

Color spaces of #b38ade

RGB 179138222
HSL0.750.560.71
HSV269°38°87°
CMYK 0.190.380.00   0.13
XYZ40.863733.034673.3298
Yxy33.03460.27760.2244
Hunter Lab57.475726.3262-35.4115
CIE-Lab64.188931.7302-37.0519

#b38ade color RGB value is (179,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 11011110
Octal 263 212 336
Decimal 179 138 222
Hex B3 8A DE

RGB Percentages of Color #b38ade

%33.21
%25.60
%41.19

CMYK Percentages of Color #b38ade

%19
%38
%0
%13

Triadic Colors of #b38ade

#b38ade #deb38a #8adeb3

Analogous Colors of #b38ade

#b38ade #dd8ade #8a8bde

Monochromatic Colors of #b38ade

#b38ade

Complementary Color

#b38ade #b5de8a

#b38ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ade Color CSS Codes

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

#b38ade Text Font Color

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

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


#b38ade Background Color

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

This div background color is #b38ade


#b38ade Border Color

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

This div border color is #b38ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ade


Comments

No comments written yet.

Please login to write comment.