Color Hex Logo

#b29dfe Color Hex

#B29DFE
(178,157,254)
0 Favorites   0 Comments

Color spaces of #b29dfe

RGB 178157254
HSL0.700.980.81
HSV253°38°100°
CMYK 0.300.380.00   0.00
XYZ48.306540.734799.0825
Yxy40.73470.25680.2165
Hunter Lab63.823723.4104-47.3675
CIE-Lab69.989628.3729-45.5517

#b29dfe color RGB value is (178,157,254).

#b29dfe hex color red value is 178, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b29dfe hue: 0.70 , saturation: 0.98 and the lightness value of b29dfe is 0.81.

The process color (four color CMYK) of #b29dfe color hex is 0.30, 0.38, 0.00, 0.00. Web safe color of #b29dfe is #9999ff. Color #b29dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11111110
Octal 262 235 376
Decimal 178 157 254
Hex B2 9D FE

RGB Percentages of Color #b29dfe

%30.22
%26.66
%43.12

CMYK Percentages of Color #b29dfe

%30
%38
%0
%0

Triadic Colors of #b29dfe

#b29dfe #feb29d #9dfeb2

Analogous Colors of #b29dfe

#b29dfe #e39dfe #9db9fe

Monochromatic Colors of #b29dfe

#b29dfe

Complementary Color

#b29dfe #e9fe9d

#b29dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dfe Color CSS Codes

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

#b29dfe Text Font Color

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

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


#b29dfe Background Color

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

This div background color is #b29dfe


#b29dfe Border Color

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

This div border color is #b29dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.