Color Hex Logo

#b38fdd Color Hex

#B38FDD
(179,143,221)
0 Favorites   0 Comments

Color spaces of #b38fdd

RGB 179143221
HSL0.740.530.71
HSV268°35°87°
CMYK 0.190.350.00   0.13
XYZ41.464034.449172.8706
Yxy34.44910.27870.2315
Hunter Lab58.693423.3882-32.5260
CIE-Lab65.317528.7046-34.7394

#b38fdd color RGB value is (179,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001111 11011101
Octal 263 217 335
Decimal 179 143 221
Hex B3 8F DD

RGB Percentages of Color #b38fdd

%32.97
%26.34
%40.70

CMYK Percentages of Color #b38fdd

%19
%35
%0
%13

Triadic Colors of #b38fdd

#b38fdd #ddb38f #8fddb3

Analogous Colors of #b38fdd

#b38fdd #da8fdd #8f92dd

Monochromatic Colors of #b38fdd

#b38fdd

Complementary Color

#b38fdd #b9dd8f

#b38fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38fdd Color CSS Codes

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

#b38fdd Text Font Color

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

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


#b38fdd Background Color

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

This div background color is #b38fdd


#b38fdd Border Color

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

This div border color is #b38fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38fdd


Comments

No comments written yet.

Please login to write comment.