Color Hex Logo

#b47ec7 Color Hex

#B47EC7
(180,126,199)
0 Favorites   0 Comments

Color spaces of #b47ec7

RGB 180126199
HSL0.790.390.64
HSV284°37°78°
CMYK 0.100.370.00   0.22
XYZ36.592028.748557.6532
Yxy28.74850.29750.2337
Hunter Lab53.617627.9886-26.2202
CIE-Lab60.559033.7399-29.8039

#b47ec7 color RGB value is (180,126,199).

#b47ec7 hex color red value is 180, green value is 126 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b47ec7 hue: 0.79 , saturation: 0.39 and the lightness value of b47ec7 is 0.64.

The process color (four color CMYK) of #b47ec7 color hex is 0.10, 0.37, 0.00, 0.22. Web safe color of #b47ec7 is #cc66cc. Color #b47ec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 11000111
Octal 264 176 307
Decimal 180 126 199
Hex B4 7E C7

RGB Percentages of Color #b47ec7

%35.64
%24.95
%39.41

CMYK Percentages of Color #b47ec7

%10
%37
%0
%22

Triadic Colors of #b47ec7

#b47ec7 #c7b47e #7ec7b4

Analogous Colors of #b47ec7

#b47ec7 #c77eb6 #907ec7

Monochromatic Colors of #b47ec7

#b47ec7

Complementary Color

#b47ec7 #91c77e

#b47ec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47ec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47ec7 Color CSS Codes

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

#b47ec7 Text Font Color

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

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


#b47ec7 Background Color

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

This div background color is #b47ec7


#b47ec7 Border Color

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

This div border color is #b47ec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47ec7


Comments

No comments written yet.

Please login to write comment.