Color Hex Logo

#b7aafd Color Hex

#B7AAFD
(183,170,253)
0 Favorites   0 Comments

Color spaces of #b7aafd

RGB 183170253
HSL0.690.950.83
HSV249°33°99°
CMYK 0.280.330.00   0.01
XYZ51.632845.908699.0684
Yxy45.90860.26260.2335
Hunter Lab67.755917.4516-39.2610
CIE-Lab73.486222.2576-39.5140

#b7aafd color RGB value is (183,170,253).

#b7aafd hex color red value is 183, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b7aafd hue: 0.69 , saturation: 0.95 and the lightness value of b7aafd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101010 11111101
Octal 267 252 375
Decimal 183 170 253
Hex B7 AA FD

RGB Percentages of Color #b7aafd

%30.20
%28.05
%41.75

CMYK Percentages of Color #b7aafd

%28
%33
%0
%1

Triadic Colors of #b7aafd

#b7aafd #fdb7aa #aafdb7

Analogous Colors of #b7aafd

#b7aafd #e1aafd #aac7fd

Monochromatic Colors of #b7aafd

#b7aafd

Complementary Color

#b7aafd #f0fdaa

#b7aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aafd Color CSS Codes

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

#b7aafd Text Font Color

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

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


#b7aafd Background Color

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

This div background color is #b7aafd


#b7aafd Border Color

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

This div border color is #b7aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.