Color Hex Logo

#b47bee Color Hex

#B47BEE
(180,123,238)
0 Favorites   0 Comments

Color spaces of #b47bee

RGB 180123238
HSL0.750.770.71
HSV270°48°93°
CMYK 0.240.480.00   0.07
XYZ41.338030.042384.5089
Yxy30.04230.26520.1927
Hunter Lab54.810938.7046-53.0474
CIE-Lab61.690743.9528-49.8499

#b47bee color RGB value is (180,123,238).

#b47bee hex color red value is 180, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b47bee hue: 0.75 , saturation: 0.77 and the lightness value of b47bee is 0.71.

The process color (four color CMYK) of #b47bee color hex is 0.24, 0.48, 0.00, 0.07. Web safe color of #b47bee is #cc66ff. Color #b47bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 11101110
Octal 264 173 356
Decimal 180 123 238
Hex B4 7B EE

RGB Percentages of Color #b47bee

%33.27
%22.74
%43.99

CMYK Percentages of Color #b47bee

%24
%48
%0
%7

Triadic Colors of #b47bee

#b47bee #eeb47b #7beeb4

Analogous Colors of #b47bee

#b47bee #ee7bee #7b7cee

Monochromatic Colors of #b47bee

#b47bee

Complementary Color

#b47bee #b5ee7b

#b47bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bee Color CSS Codes

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

#b47bee Text Font Color

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

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


#b47bee Background Color

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

This div background color is #b47bee


#b47bee Border Color

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

This div border color is #b47bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bee


Comments

No comments written yet.

Please login to write comment.