Color Hex Logo

#b3aedb Color Hex

#B3AEDB
(179,174,219)
0 Favorites   0 Comments

Color spaces of #b3aedb

RGB 179174219
HSL0.690.380.77
HSV247°21°86°
CMYK 0.180.210.00   0.14
XYZ46.512644.970373.2465
Yxy44.97030.28240.2730
Hunter Lab67.05996.4524-17.8179
CIE-Lab72.872310.9458-22.0141

#b3aedb color RGB value is (179,174,219).

#b3aedb hex color red value is 179, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b3aedb hue: 0.69 , saturation: 0.38 and the lightness value of b3aedb is 0.77.

The process color (four color CMYK) of #b3aedb color hex is 0.18, 0.21, 0.00, 0.14. Web safe color of #b3aedb is #cc99cc. Color #b3aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 11011011
Octal 263 256 333
Decimal 179 174 219
Hex B3 AE DB

RGB Percentages of Color #b3aedb

%31.29
%30.42
%38.29

CMYK Percentages of Color #b3aedb

%18
%21
%0
%14

Triadic Colors of #b3aedb

#b3aedb #dbb3ae #aedbb3

Analogous Colors of #b3aedb

#b3aedb #caaedb #aec0db

Monochromatic Colors of #b3aedb

#b3aedb

Complementary Color

#b3aedb #d6dbae

#b3aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aedb Color CSS Codes

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

#b3aedb Text Font Color

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

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


#b3aedb Background Color

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

This div background color is #b3aedb


#b3aedb Border Color

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

This div border color is #b3aedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,174,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3aedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3aedb;
  -webkit-box-shadow: 1px 1px 3px 2px #b3aedb;
  box-shadow:         1px 1px 3px 2px #b3aedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,174,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aedb


Comments

No comments written yet.

Please login to write comment.