Color Hex Logo

#b884ed Color Hex

#B884ED
(184,132,237)
0 Favorites   0 Comments

Color spaces of #b884ed

RGB 184132237
HSL0.750.740.72
HSV270°44°93°
CMYK 0.220.440.00   0.07
XYZ43.304532.807384.1708
Yxy32.80730.27020.2047
Hunter Lab57.277734.7182-47.0336
CIE-Lab64.004639.8935-45.6151

#b884ed color RGB value is (184,132,237).

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

The process color (four color CMYK) of #b884ed color hex is 0.22, 0.44, 0.00, 0.07. Web safe color of #b884ed is #cc99ff. Color #b884ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 11101101
Octal 270 204 355
Decimal 184 132 237
Hex B8 84 ED

RGB Percentages of Color #b884ed

%33.27
%23.87
%42.86

CMYK Percentages of Color #b884ed

%22
%44
%0
%7

Triadic Colors of #b884ed

#b884ed #edb884 #84edb8

Analogous Colors of #b884ed

#b884ed #ed84ed #8485ed

Monochromatic Colors of #b884ed

#b884ed

Complementary Color

#b884ed #b9ed84

#b884ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884ed Color CSS Codes

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

#b884ed Text Font Color

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

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


#b884ed Background Color

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

This div background color is #b884ed


#b884ed Border Color

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

This div border color is #b884ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884ed


Comments

No comments written yet.

Please login to write comment.