Color Hex Logo

#b38edd Color Hex

#B38EDD
(179,142,221)
0 Favorites   0 Comments

Color spaces of #b38edd

RGB 179142221
HSL0.740.540.71
HSV268°36°87°
CMYK 0.190.360.00   0.13
XYZ41.314634.150272.8207
Yxy34.15020.27860.2303
Hunter Lab58.438223.9291-32.9755
CIE-Lab65.081629.2653-35.1062

#b38edd color RGB value is (179,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11011101
Octal 263 216 335
Decimal 179 142 221
Hex B3 8E DD

RGB Percentages of Color #b38edd

%33.03
%26.20
%40.77

CMYK Percentages of Color #b38edd

%19
%36
%0
%13

Triadic Colors of #b38edd

#b38edd #ddb38e #8eddb3

Analogous Colors of #b38edd

#b38edd #db8edd #8e91dd

Monochromatic Colors of #b38edd

#b38edd

Complementary Color

#b38edd #b8dd8e

#b38edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38edd Color CSS Codes

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

#b38edd Text Font Color

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

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


#b38edd Background Color

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

This div background color is #b38edd


#b38edd Border Color

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

This div border color is #b38edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38edd


Comments

No comments written yet.

Please login to write comment.