Color Hex Logo

#b47ad8 Color Hex

#B47AD8
(180,122,216)
0 Favorites   0 Comments

Color spaces of #b47ad8

RGB 180122216
HSL0.770.550.66
HSV277°44°85°
CMYK 0.170.440.00   0.15
XYZ38.176628.580268.4702
Yxy28.58020.28230.2113
Hunter Lab53.460533.9127-38.5142
CIE-Lab60.409339.5616-39.6070

#b47ad8 color RGB value is (180,122,216).

#b47ad8 hex color red value is 180, green value is 122 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b47ad8 hue: 0.77 , saturation: 0.55 and the lightness value of b47ad8 is 0.66.

The process color (four color CMYK) of #b47ad8 color hex is 0.17, 0.44, 0.00, 0.15. Web safe color of #b47ad8 is #cc66cc. Color #b47ad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111010 11011000
Octal 264 172 330
Decimal 180 122 216
Hex B4 7A D8

RGB Percentages of Color #b47ad8

%34.75
%23.55
%41.70

CMYK Percentages of Color #b47ad8

%17
%44
%0
%15

Triadic Colors of #b47ad8

#b47ad8 #d8b47a #7ad8b4

Analogous Colors of #b47ad8

#b47ad8 #d87acd #857ad8

Monochromatic Colors of #b47ad8

#b47ad8

Complementary Color

#b47ad8 #9ed87a

#b47ad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47ad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47ad8 Color CSS Codes

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

#b47ad8 Text Font Color

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

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


#b47ad8 Background Color

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

This div background color is #b47ad8


#b47ad8 Border Color

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

This div border color is #b47ad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47ad8


Comments

No comments written yet.

Please login to write comment.