Color Hex Logo

#b29fee Color Hex

#B29FEE
(178,159,238)
0 Favorites   0 Comments

Color spaces of #b29fee

RGB 178159238
HSL0.710.700.78
HSV254°33°93°
CMYK 0.250.330.00   0.07
XYZ46.190940.434386.2590
Yxy40.43430.26720.2339
Hunter Lab63.588018.3851-35.9171
CIE-Lab69.777723.3740-37.1669

#b29fee color RGB value is (178,159,238).

#b29fee hex color red value is 178, green value is 159 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b29fee hue: 0.71 , saturation: 0.70 and the lightness value of b29fee is 0.78.

The process color (four color CMYK) of #b29fee color hex is 0.25, 0.33, 0.00, 0.07. Web safe color of #b29fee is #9999ff. Color #b29fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 11101110
Octal 262 237 356
Decimal 178 159 238
Hex B2 9F EE

RGB Percentages of Color #b29fee

%30.96
%27.65
%41.39

CMYK Percentages of Color #b29fee

%25
%33
%0
%7

Triadic Colors of #b29fee

#b29fee #eeb29f #9feeb2

Analogous Colors of #b29fee

#b29fee #da9fee #9fb4ee

Monochromatic Colors of #b29fee

#b29fee

Complementary Color

#b29fee #dbee9f

#b29fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fee Color CSS Codes

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

#b29fee Text Font Color

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

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


#b29fee Background Color

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

This div background color is #b29fee


#b29fee Border Color

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

This div border color is #b29fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,159,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fee


Comments

No comments written yet.

Please login to write comment.