Color Hex Logo

#b5afde Color Hex

#B5AFDE
(181,175,222)
1 Favorites   0 Comments

Color spaces of #b5afde

RGB 181175222
HSL0.690.420.78
HSV248°21°87°
CMYK 0.180.210.00   0.13
XYZ47.570845.757675.4321
Yxy45.75760.28190.2711
Hunter Lab67.64447.1522-18.7649
CIE-Lab73.388011.6889-22.8511

#b5afde color RGB value is (181,175,222).

#b5afde hex color red value is 181, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b5afde hue: 0.69 , saturation: 0.42 and the lightness value of b5afde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101111 11011110
Octal 265 257 336
Decimal 181 175 222
Hex B5 AF DE

RGB Percentages of Color #b5afde

%31.31
%30.28
%38.41

CMYK Percentages of Color #b5afde

%18
%21
%0
%13

Triadic Colors of #b5afde

#b5afde #deb5af #afdeb5

Analogous Colors of #b5afde

#b5afde #cdafde #afc1de

Monochromatic Colors of #b5afde

#b5afde

Complementary Color

#b5afde #d8deaf

#b5afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5afde Color CSS Codes

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

#b5afde Text Font Color

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

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


#b5afde Background Color

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

This div background color is #b5afde


#b5afde Border Color

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

This div border color is #b5afde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,175,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 #b5afde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5afde


Comments

No comments written yet.

Please login to write comment.