Color Hex Logo

#b487ff Color Hex

#B487FF
(180,135,255)
0 Favorites   0 Comments

Color spaces of #b487ff

RGB 180135255
HSL0.731.000.76
HSV263°47°100°
CMYK 0.290.470.00   0.00
XYZ45.536434.251298.8189
Yxy34.25120.25500.1918
Hunter Lab58.524536.4683-59.1442
CIE-Lab65.161541.4062-53.7042

#b487ff color RGB value is (180,135,255).

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

The process color (four color CMYK) of #b487ff color hex is 0.29, 0.47, 0.00, 0.00. Web safe color of #b487ff is #cc99ff. Color #b487ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 11111111
Octal 264 207 377
Decimal 180 135 255
Hex B4 87 FF

RGB Percentages of Color #b487ff

%31.58
%23.68
%44.74

CMYK Percentages of Color #b487ff

%29
%47
%0
%0

Triadic Colors of #b487ff

#b487ff #ffb487 #87ffb4

Analogous Colors of #b487ff

#b487ff #f087ff #8796ff

Monochromatic Colors of #b487ff

#b487ff

Complementary Color

#b487ff #d2ff87

#b487ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b487ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b487ff Color CSS Codes

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

#b487ff Text Font Color

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

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


#b487ff Background Color

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

This div background color is #b487ff


#b487ff Border Color

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

This div border color is #b487ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b487ff

#b487ff Color Palettes


Comments

No comments written yet.

Please login to write comment.