Color Hex Logo

#b7abdc Color Hex

#B7ABDC
(183,171,220)
0 Favorites   0 Comments

Color spaces of #b7abdc

RGB 183171220
HSL0.710.410.77
HSV255°22°86°
CMYK 0.170.220.00   0.14
XYZ47.009644.360473.7949
Yxy44.36040.28460.2686
Hunter Lab66.60369.4311-19.0691
CIE-Lab72.468714.0839-23.1463

#b7abdc color RGB value is (183,171,220).

#b7abdc hex color red value is 183, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b7abdc hue: 0.71 , saturation: 0.41 and the lightness value of b7abdc is 0.77.

The process color (four color CMYK) of #b7abdc color hex is 0.17, 0.22, 0.00, 0.14. Web safe color of #b7abdc is #cc99cc. Color #b7abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101011 11011100
Octal 267 253 334
Decimal 183 171 220
Hex B7 AB DC

RGB Percentages of Color #b7abdc

%31.88
%29.79
%38.33

CMYK Percentages of Color #b7abdc

%17
%22
%0
%14

Triadic Colors of #b7abdc

#b7abdc #dcb7ab #abdcb7

Analogous Colors of #b7abdc

#b7abdc #d0abdc #abb8dc

Monochromatic Colors of #b7abdc

#b7abdc

Complementary Color

#b7abdc #d0dcab

#b7abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7abdc Color CSS Codes

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

#b7abdc Text Font Color

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

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


#b7abdc Background Color

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

This div background color is #b7abdc


#b7abdc Border Color

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

This div border color is #b7abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,171,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7abdc


Comments

No comments written yet.

Please login to write comment.