Color Hex Logo

#b5adf4 Color Hex

#B5ADF4
(181,173,244)
0 Favorites   0 Comments

Color spaces of #b5adf4

RGB 181173244
HSL0.690.760.82
HSV247°29°96°
CMYK 0.260.290.00   0.04
XYZ50.328846.242691.8610
Yxy46.24260.26710.2454
Hunter Lab68.001913.1060-32.4911
CIE-Lab73.702717.8607-34.3222

#b5adf4 color RGB value is (181,173,244).

#b5adf4 hex color red value is 181, green value is 173 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #b5adf4 hue: 0.69 , saturation: 0.76 and the lightness value of b5adf4 is 0.82.

The process color (four color CMYK) of #b5adf4 color hex is 0.26, 0.29, 0.00, 0.04. Web safe color of #b5adf4 is #cc99ff. Color #b5adf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11110100
Octal 265 255 364
Decimal 181 173 244
Hex B5 AD F4

RGB Percentages of Color #b5adf4

%30.27
%28.93
%40.80

CMYK Percentages of Color #b5adf4

%26
%29
%0
%4

Triadic Colors of #b5adf4

#b5adf4 #f4b5ad #adf4b5

Analogous Colors of #b5adf4

#b5adf4 #d9adf4 #adc9f4

Monochromatic Colors of #b5adf4

#b5adf4

Complementary Color

#b5adf4 #ecf4ad

#b5adf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adf4 Color CSS Codes

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

#b5adf4 Text Font Color

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

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


#b5adf4 Background Color

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

This div background color is #b5adf4


#b5adf4 Border Color

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

This div border color is #b5adf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adf4

Related Colors


Comments

No comments written yet.

Please login to write comment.