Color Hex Logo

#b684fe Color Hex

#B684FE
(182,132,254)
0 Favorites   0 Comments

Color spaces of #b684fe

RGB 182132254
HSL0.730.980.76
HSV265°48°100°
CMYK 0.280.480.00   0.00
XYZ45.432133.603497.8575
Yxy33.60340.25680.1900
Hunter Lab57.968438.4526-59.5105
CIE-Lab64.646543.3268-53.9620

#b684fe color RGB value is (182,132,254).

#b684fe hex color red value is 182, green value is 132 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b684fe hue: 0.73 , saturation: 0.98 and the lightness value of b684fe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 11111110
Octal 266 204 376
Decimal 182 132 254
Hex B6 84 FE

RGB Percentages of Color #b684fe

%32.04
%23.24
%44.72

CMYK Percentages of Color #b684fe

%28
%48
%0
%0

Triadic Colors of #b684fe

#b684fe #feb684 #84feb6

Analogous Colors of #b684fe

#b684fe #f384fe #848ffe

Monochromatic Colors of #b684fe

#b684fe

Complementary Color

#b684fe #ccfe84

#b684fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684fe Color CSS Codes

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

#b684fe Text Font Color

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

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


#b684fe Background Color

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

This div background color is #b684fe


#b684fe Border Color

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

This div border color is #b684fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684fe


Comments

No comments written yet.

Please login to write comment.