Color Hex Logo

#b884ff Color Hex

#B884FF
(184,132,255)
1 Favorites   0 Comments

Color spaces of #b884ff

RGB 184132255
HSL0.741.000.76
HSV265°48°100°
CMYK 0.280.480.00   0.00
XYZ46.068433.912998.7255
Yxy33.91290.25780.1898
Hunter Lab58.234839.2970-59.7501
CIE-Lab64.893444.0795-54.1054

#b884ff color RGB value is (184,132,255).

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

The process color (four color CMYK) of #b884ff color hex is 0.28, 0.48, 0.00, 0.00. Web safe color of #b884ff is #cc99ff. Color #b884ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 11111111
Octal 270 204 377
Decimal 184 132 255
Hex B8 84 FF

RGB Percentages of Color #b884ff

%32.22
%23.12
%44.66

CMYK Percentages of Color #b884ff

%28
%48
%0
%0

Triadic Colors of #b884ff

#b884ff #ffb884 #84ffb8

Analogous Colors of #b884ff

#b884ff #f684ff #848eff

Monochromatic Colors of #b884ff

#b884ff

Complementary Color

#b884ff #cbff84

#b884ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884ff Color CSS Codes

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

#b884ff Text Font Color

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

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


#b884ff Background Color

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

This div background color is #b884ff


#b884ff Border Color

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

This div border color is #b884ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,132,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 #b884ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884ff

Related Colors

#b884ff Color Palettes


Comments

No comments written yet.

Please login to write comment.