Color Hex Logo

#b47dce Color Hex

#B47DCE
(180,125,206)
0 Favorites   0 Comments

Color spaces of #b47dce

RGB 180125206
HSL0.780.450.65
HSV281°39°81°
CMYK 0.130.390.00   0.19
XYZ37.296628.826861.9909
Yxy28.82680.29110.2250
Hunter Lab53.690630.0379-30.8725
CIE-Lab60.628535.7604-33.6443

#b47dce color RGB value is (180,125,206).

#b47dce hex color red value is 180, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b47dce hue: 0.78 , saturation: 0.45 and the lightness value of b47dce is 0.65.

The process color (four color CMYK) of #b47dce color hex is 0.13, 0.39, 0.00, 0.19. Web safe color of #b47dce is #cc66cc. Color #b47dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 11001110
Octal 264 175 316
Decimal 180 125 206
Hex B4 7D CE

RGB Percentages of Color #b47dce

%35.23
%24.46
%40.31

CMYK Percentages of Color #b47dce

%13
%39
%0
%19

Triadic Colors of #b47dce

#b47dce #ceb47d #7dceb4

Analogous Colors of #b47dce

#b47dce #ce7dc0 #8c7dce

Monochromatic Colors of #b47dce

#b47dce

Complementary Color

#b47dce #97ce7d

#b47dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dce Color CSS Codes

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

#b47dce Text Font Color

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

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


#b47dce Background Color

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

This div background color is #b47dce


#b47dce Border Color

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

This div border color is #b47dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dce


Comments

No comments written yet.

Please login to write comment.