Color Hex Logo

#b684ed Color Hex

#B684ED
(182,132,237)
0 Favorites   0 Comments

Color spaces of #b684ed

RGB 182132237
HSL0.750.740.72
HSV269°44°93°
CMYK 0.230.440.00   0.07
XYZ42.828732.562084.1485
Yxy32.56200.26850.2041
Hunter Lab57.063134.1126-47.4882
CIE-Lab63.804739.3408-45.9435

#b684ed color RGB value is (182,132,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 11101101
Octal 266 204 355
Decimal 182 132 237
Hex B6 84 ED

RGB Percentages of Color #b684ed

%33.03
%23.96
%43.01

CMYK Percentages of Color #b684ed

%23
%44
%0
%7

Triadic Colors of #b684ed

#b684ed #edb684 #84edb6

Analogous Colors of #b684ed

#b684ed #eb84ed #8487ed

Monochromatic Colors of #b684ed

#b684ed

Complementary Color

#b684ed #bbed84

#b684ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684ed Color CSS Codes

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

#b684ed Text Font Color

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

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


#b684ed Background Color

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

This div background color is #b684ed


#b684ed Border Color

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

This div border color is #b684ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684ed


Comments

No comments written yet.

Please login to write comment.