Color Hex Logo

#b886fd Color Hex

#B886FD
(184,134,253)
0 Favorites   0 Comments

Color spaces of #b886fd

RGB 184134253
HSL0.740.970.76
HSV265°47°99°
CMYK 0.270.470.00   0.01
XYZ46.021934.332497.1297
Yxy34.33240.25930.1934
Hunter Lab58.593937.6616-57.2680
CIE-Lab65.225642.5155-52.4840

#b886fd color RGB value is (184,134,253).

#b886fd hex color red value is 184, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b886fd hue: 0.74 , saturation: 0.97 and the lightness value of b886fd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 11111101
Octal 270 206 375
Decimal 184 134 253
Hex B8 86 FD

RGB Percentages of Color #b886fd

%32.22
%23.47
%44.31

CMYK Percentages of Color #b886fd

%27
%47
%0
%1

Triadic Colors of #b886fd

#b886fd #fdb886 #86fdb8

Analogous Colors of #b886fd

#b886fd #f486fd #8690fd

Monochromatic Colors of #b886fd

#b886fd

Complementary Color

#b886fd #cbfd86

#b886fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886fd Color CSS Codes

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

#b886fd Text Font Color

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

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


#b886fd Background Color

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

This div background color is #b886fd


#b886fd Border Color

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

This div border color is #b886fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,134,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b886fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b886fd;
  -webkit-box-shadow: 1px 1px 3px 2px #b886fd;
  box-shadow:         1px 1px 3px 2px #b886fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,134,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886fd


Comments

No comments written yet.

Please login to write comment.