Color Hex Logo

#b7abda Color Hex

#B7ABDA
(183,171,218)
0 Favorites   0 Comments

Color spaces of #b7abda

RGB 183171218
HSL0.710.390.76
HSV255°22°85°
CMYK 0.160.220.00   0.15
XYZ46.746244.255172.4080
Yxy44.25510.28610.2708
Hunter Lab66.52459.0125-17.9665
CIE-Lab72.398713.6459-22.1595

#b7abda color RGB value is (183,171,218).

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

The process color (four color CMYK) of #b7abda color hex is 0.16, 0.22, 0.00, 0.15. Web safe color of #b7abda is #cc99cc. Color #b7abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101011 11011010
Octal 267 253 332
Decimal 183 171 218
Hex B7 AB DA

RGB Percentages of Color #b7abda

%31.99
%29.90
%38.11

CMYK Percentages of Color #b7abda

%16
%22
%0
%15

Triadic Colors of #b7abda

#b7abda #dab7ab #abdab7

Analogous Colors of #b7abda

#b7abda #cfabda #abb7da

Monochromatic Colors of #b7abda

#b7abda

Complementary Color

#b7abda #cedaab

#b7abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7abda Color CSS Codes

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

#b7abda Text Font Color

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

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


#b7abda Background Color

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

This div background color is #b7abda


#b7abda Border Color

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

This div border color is #b7abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7abda


Comments

No comments written yet.

Please login to write comment.