Color Hex Logo

#b487eb Color Hex

#B487EB
(180,135,235)
0 Favorites   0 Comments

Color spaces of #b487eb

RGB 180135235
HSL0.740.710.73
HSV267°43°92°
CMYK 0.230.430.00   0.08
XYZ42.481833.029482.7335
Yxy33.02940.26850.2087
Hunter Lab57.471231.3697-45.1219
CIE-Lab64.184736.6650-44.2537

#b487eb color RGB value is (180,135,235).

#b487eb hex color red value is 180, green value is 135 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b487eb hue: 0.74 , saturation: 0.71 and the lightness value of b487eb is 0.73.

The process color (four color CMYK) of #b487eb color hex is 0.23, 0.43, 0.00, 0.08. Web safe color of #b487eb is #cc99ff. Color #b487eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 11101011
Octal 264 207 353
Decimal 180 135 235
Hex B4 87 EB

RGB Percentages of Color #b487eb

%32.73
%24.55
%42.73

CMYK Percentages of Color #b487eb

%23
%43
%0
%8

Triadic Colors of #b487eb

#b487eb #ebb487 #87ebb4

Analogous Colors of #b487eb

#b487eb #e687eb #878ceb

Monochromatic Colors of #b487eb

#b487eb

Complementary Color

#b487eb #beeb87

#b487eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b487eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b487eb Color CSS Codes

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

#b487eb Text Font Color

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

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


#b487eb Background Color

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

This div background color is #b487eb


#b487eb Border Color

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

This div border color is #b487eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b487eb


Comments

No comments written yet.

Please login to write comment.