Color Hex Logo

#b29afd Color Hex

#B29AFD
(178,154,253)
0 Favorites   0 Comments

Color spaces of #b29afd

RGB 178154253
HSL0.710.960.80
HSV255°39°99°
CMYK 0.300.390.00   0.01
XYZ47.645339.668098.0740
Yxy39.66800.25700.2140
Hunter Lab62.982524.8130-48.2363
CIE-Lab69.232429.8079-46.1975

#b29afd color RGB value is (178,154,253).

#b29afd hex color red value is 178, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b29afd hue: 0.71 , saturation: 0.96 and the lightness value of b29afd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 11111101
Octal 262 232 375
Decimal 178 154 253
Hex B2 9A FD

RGB Percentages of Color #b29afd

%30.43
%26.32
%43.25

CMYK Percentages of Color #b29afd

%30
%39
%0
%1

Triadic Colors of #b29afd

#b29afd #fdb29a #9afdb2

Analogous Colors of #b29afd

#b29afd #e49afd #9ab4fd

Monochromatic Colors of #b29afd

#b29afd

Complementary Color

#b29afd #e5fd9a

#b29afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29afd Color CSS Codes

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

#b29afd Text Font Color

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

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


#b29afd Background Color

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

This div background color is #b29afd


#b29afd Border Color

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

This div border color is #b29afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29afd


Comments

No comments written yet.

Please login to write comment.