Color Hex Logo

#b29cef Color Hex

#B29CEF
(178,156,239)
0 Favorites   0 Comments

Color spaces of #b29cef

RGB 178156239
HSL0.710.720.77
HSV256°35°94°
CMYK 0.260.350.00   0.06
XYZ45.828639.473986.8652
Yxy39.47390.26620.2293
Hunter Lab62.828320.2532-37.9935
CIE-Lab69.093225.2943-38.7797

#b29cef color RGB value is (178,156,239).

#b29cef hex color red value is 178, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b29cef hue: 0.71 , saturation: 0.72 and the lightness value of b29cef is 0.77.

The process color (four color CMYK) of #b29cef color hex is 0.26, 0.35, 0.00, 0.06. Web safe color of #b29cef is #9999ff. Color #b29cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 11101111
Octal 262 234 357
Decimal 178 156 239
Hex B2 9C EF

RGB Percentages of Color #b29cef

%31.06
%27.23
%41.71

CMYK Percentages of Color #b29cef

%26
%35
%0
%6

Triadic Colors of #b29cef

#b29cef #efb29c #9cefb2

Analogous Colors of #b29cef

#b29cef #dc9cef #9cb0ef

Monochromatic Colors of #b29cef

#b29cef

Complementary Color

#b29cef #d9ef9c

#b29cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29cef Color CSS Codes

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

#b29cef Text Font Color

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

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


#b29cef Background Color

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

This div background color is #b29cef


#b29cef Border Color

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

This div border color is #b29cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29cef


Comments

No comments written yet.

Please login to write comment.