Color Hex Logo

#b3adde Color Hex

#B3ADDE
(179,173,222)
0 Favorites   0 Comments

Color spaces of #b3adde

RGB 179173222
HSL0.690.430.77
HSV247°22°87°
CMYK 0.190.220.00   0.13
XYZ46.718844.744875.2815
Yxy44.74480.28020.2683
Hunter Lab66.89167.6088-19.9024
CIE-Lab72.723512.1685-23.8788

#b3adde color RGB value is (179,173,222).

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

The process color (four color CMYK) of #b3adde color hex is 0.19, 0.22, 0.00, 0.13. Web safe color of #b3adde is #cc99cc. Color #b3adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101101 11011110
Octal 263 255 336
Decimal 179 173 222
Hex B3 AD DE

RGB Percentages of Color #b3adde

%31.18
%30.14
%38.68

CMYK Percentages of Color #b3adde

%19
%22
%0
%13

Triadic Colors of #b3adde

#b3adde #deb3ad #addeb3

Analogous Colors of #b3adde

#b3adde #ccadde #adc0de

Monochromatic Colors of #b3adde

#b3adde

Complementary Color

#b3adde #d8dead

#b3adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3adde Color CSS Codes

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

#b3adde Text Font Color

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

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


#b3adde Background Color

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

This div background color is #b3adde


#b3adde Border Color

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

This div border color is #b3adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3adde


Comments

No comments written yet.

Please login to write comment.