Color Hex Logo

#b38ada Color Hex

#B38ADA
(179,138,218)
0 Favorites   0 Comments

Color spaces of #b38ada

RGB 179138218
HSL0.750.520.70
HSV271°37°85°
CMYK 0.180.370.00   0.15
XYZ40.333832.822670.5392
Yxy32.82260.28070.2284
Hunter Lab57.291025.4076-32.8967
CIE-Lab64.017030.8329-35.0957

#b38ada color RGB value is (179,138,218).

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

The process color (four color CMYK) of #b38ada color hex is 0.18, 0.37, 0.00, 0.15. Web safe color of #b38ada is #cc99cc. Color #b38ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 11011010
Octal 263 212 332
Decimal 179 138 218
Hex B3 8A DA

RGB Percentages of Color #b38ada

%33.46
%25.79
%40.75

CMYK Percentages of Color #b38ada

%18
%37
%0
%15

Triadic Colors of #b38ada

#b38ada #dab38a #8adab3

Analogous Colors of #b38ada

#b38ada #da8ad9 #8b8ada

Monochromatic Colors of #b38ada

#b38ada

Complementary Color

#b38ada #b1da8a

#b38ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ada Color CSS Codes

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

#b38ada Text Font Color

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

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


#b38ada Background Color

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

This div background color is #b38ada


#b38ada Border Color

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

This div border color is #b38ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,138,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ada


Comments

No comments written yet.

Please login to write comment.