Color Hex Logo

#bab4dd Color Hex

#BAB4DD
(186,180,221)
0 Favorites   0 Comments

Color spaces of #bab4dd

RGB 186180221
HSL0.690.380.79
HSV249°19°87°
CMYK 0.160.190.00   0.13
XYZ49.622148.302175.1145
Yxy48.30210.28680.2791
Hunter Lab69.49975.8227-15.4302
CIE-Lab75.015110.3015-19.7970

#bab4dd color RGB value is (186,180,221).

#bab4dd hex color red value is 186, green value is 180 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bab4dd hue: 0.69 , saturation: 0.38 and the lightness value of bab4dd is 0.79.

The process color (four color CMYK) of #bab4dd color hex is 0.16, 0.19, 0.00, 0.13. Web safe color of #bab4dd is #cccccc. Color #bab4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 11011101
Octal 272 264 335
Decimal 186 180 221
Hex BA B4 DD

RGB Percentages of Color #bab4dd

%31.69
%30.66
%37.65

CMYK Percentages of Color #bab4dd

%16
%19
%0
%13

Triadic Colors of #bab4dd

#bab4dd #ddbab4 #b4ddba

Analogous Colors of #bab4dd

#bab4dd #cfb4dd #b4c3dd

Monochromatic Colors of #bab4dd

#bab4dd

Complementary Color

#bab4dd #d7ddb4

#bab4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab4dd Color CSS Codes

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

#bab4dd Text Font Color

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

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


#bab4dd Background Color

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

This div background color is #bab4dd


#bab4dd Border Color

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

This div border color is #bab4dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,180,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bab4dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bab4dd;
  -webkit-box-shadow: 1px 1px 3px 2px #bab4dd;
  box-shadow:         1px 1px 3px 2px #bab4dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,180,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab4dd

#bab4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.