Color Hex Logo

#b47eb3 Color Hex

#B47EB3
(180,126,179)
0 Favorites   0 Comments

Color spaces of #b47eb3

RGB 180126179
HSL0.840.260.60
HSV301°30°71°
CMYK 0.000.300.01   0.29
XYZ34.419927.879746.2150
Yxy27.87970.31720.2569
Hunter Lab52.801223.9579-14.9335
CIE-Lab59.779929.7538-19.6491

#b47eb3 color RGB value is (180,126,179).

#b47eb3 hex color red value is 180, green value is 126 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #b47eb3 hue: 0.84 , saturation: 0.26 and the lightness value of b47eb3 is 0.60.

The process color (four color CMYK) of #b47eb3 color hex is 0.00, 0.30, 0.01, 0.29. Web safe color of #b47eb3 is #cc66cc. Color #b47eb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 10110011
Octal 264 176 263
Decimal 180 126 179
Hex B4 7E B3

RGB Percentages of Color #b47eb3

%37.11
%25.98
%36.91

CMYK Percentages of Color #b47eb3

%0
%30
%1
%29

Triadic Colors of #b47eb3

#b47eb3 #b3b47e #7eb3b4

Analogous Colors of #b47eb3

#b47eb3 #b47e98 #9a7eb4

Monochromatic Colors of #b47eb3

#b47eb3

Complementary Color

#b47eb3 #7eb47f

#b47eb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47eb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47eb3 Color CSS Codes

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

#b47eb3 Text Font Color

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

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


#b47eb3 Background Color

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

This div background color is #b47eb3


#b47eb3 Border Color

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

This div border color is #b47eb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47eb3

#b47eb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.