Color Hex Logo

#b47dca Color Hex

#B47DCA
(180,125,202)
0 Favorites   0 Comments

Color spaces of #b47dca

RGB 180125202
HSL0.790.420.64
HSV283°38°79°
CMYK 0.110.380.00   0.21
XYZ36.816728.634859.4637
Yxy28.63480.29470.2292
Hunter Lab53.511529.1655-28.4269
CIE-Lab60.458034.9185-31.6544

#b47dca color RGB value is (180,125,202).

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

The process color (four color CMYK) of #b47dca color hex is 0.11, 0.38, 0.00, 0.21. Web safe color of #b47dca is #cc66cc. Color #b47dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 11001010
Octal 264 175 312
Decimal 180 125 202
Hex B4 7D CA

RGB Percentages of Color #b47dca

%35.50
%24.65
%39.84

CMYK Percentages of Color #b47dca

%11
%38
%0
%21

Triadic Colors of #b47dca

#b47dca #cab47d #7dcab4

Analogous Colors of #b47dca

#b47dca #ca7dba #8e7dca

Monochromatic Colors of #b47dca

#b47dca

Complementary Color

#b47dca #93ca7d

#b47dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dca Color CSS Codes

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

#b47dca Text Font Color

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

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


#b47dca Background Color

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

This div background color is #b47dca


#b47dca Border Color

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

This div border color is #b47dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dca


Comments

No comments written yet.

Please login to write comment.