Color Hex Logo

#b38ed6 Color Hex

#B38ED6
(179,142,214)
0 Favorites   0 Comments

Color spaces of #b38ed6

RGB 179142214
HSL0.750.470.70
HSV271°34°84°
CMYK 0.160.340.00   0.16
XYZ40.401033.784768.0101
Yxy33.78470.28410.2376
Hunter Lab58.124622.3529-28.6865
CIE-Lab64.791327.7039-31.6672

#b38ed6 color RGB value is (179,142,214).

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

The process color (four color CMYK) of #b38ed6 color hex is 0.16, 0.34, 0.00, 0.16. Web safe color of #b38ed6 is #cc99cc. Color #b38ed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11010110
Octal 263 216 326
Decimal 179 142 214
Hex B3 8E D6

RGB Percentages of Color #b38ed6

%33.46
%26.54
%40.00

CMYK Percentages of Color #b38ed6

%16
%34
%0
%16

Triadic Colors of #b38ed6

#b38ed6 #d6b38e #8ed6b3

Analogous Colors of #b38ed6

#b38ed6 #d68ed5 #8f8ed6

Monochromatic Colors of #b38ed6

#b38ed6

Complementary Color

#b38ed6 #b1d68e

#b38ed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38ed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38ed6 Color CSS Codes

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

#b38ed6 Text Font Color

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

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


#b38ed6 Background Color

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

This div background color is #b38ed6


#b38ed6 Border Color

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

This div border color is #b38ed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38ed6


Comments

No comments written yet.

Please login to write comment.