Color Hex Logo

#b5adfd Color Hex

#B5ADFD
(181,173,253)
0 Favorites   0 Comments

Color spaces of #b5adfd

RGB 181173253
HSL0.680.950.84
HSV246°32°99°
CMYK 0.280.320.00   0.01
XYZ51.729246.802799.2359
Yxy46.80270.26160.2367
Hunter Lab68.412515.2485-38.1145
CIE-Lab74.063420.0234-38.6280

#b5adfd color RGB value is (181,173,253).

#b5adfd hex color red value is 181, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b5adfd hue: 0.68 , saturation: 0.95 and the lightness value of b5adfd is 0.84.

The process color (four color CMYK) of #b5adfd color hex is 0.28, 0.32, 0.00, 0.01. Web safe color of #b5adfd is #cc99ff. Color #b5adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11111101
Octal 265 255 375
Decimal 181 173 253
Hex B5 AD FD

RGB Percentages of Color #b5adfd

%29.82
%28.50
%41.68

CMYK Percentages of Color #b5adfd

%28
%32
%0
%1

Triadic Colors of #b5adfd

#b5adfd #fdb5ad #adfdb5

Analogous Colors of #b5adfd

#b5adfd #ddadfd #adcdfd

Monochromatic Colors of #b5adfd

#b5adfd

Complementary Color

#b5adfd #f5fdad

#b5adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adfd Color CSS Codes

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

#b5adfd Text Font Color

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

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


#b5adfd Background Color

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

This div background color is #b5adfd


#b5adfd Border Color

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

This div border color is #b5adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adfd


Comments

No comments written yet.

Please login to write comment.