Color Hex Logo

#b48ec3 Color Hex

#B48EC3
(180,142,195)
0 Favorites   0 Comments

Color spaces of #b48ec3

RGB 180142195
HSL0.790.310.66
HSV283°27°76°
CMYK 0.080.270.00   0.24
XYZ38.345732.989455.9763
Yxy32.98940.30120.2591
Hunter Lab57.436418.6565-17.5773
CIE-Lab64.152323.9719-22.0244

#b48ec3 color RGB value is (180,142,195).

#b48ec3 hex color red value is 180, green value is 142 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b48ec3 hue: 0.79 , saturation: 0.31 and the lightness value of b48ec3 is 0.66.

The process color (four color CMYK) of #b48ec3 color hex is 0.08, 0.27, 0.00, 0.24. Web safe color of #b48ec3 is #cc99cc. Color #b48ec3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11000011
Octal 264 216 303
Decimal 180 142 195
Hex B4 8E C3

RGB Percentages of Color #b48ec3

%34.82
%27.47
%37.72

CMYK Percentages of Color #b48ec3

%8
%27
%0
%24

Triadic Colors of #b48ec3

#b48ec3 #c3b48e #8ec3b4

Analogous Colors of #b48ec3

#b48ec3 #c38eb8 #9a8ec3

Monochromatic Colors of #b48ec3

#b48ec3

Complementary Color

#b48ec3 #9dc38e

#b48ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ec3 Color CSS Codes

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

#b48ec3 Text Font Color

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

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


#b48ec3 Background Color

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

This div background color is #b48ec3


#b48ec3 Border Color

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

This div border color is #b48ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ec3


Comments

No comments written yet.

Please login to write comment.