Color Hex Logo

#bab0da Color Hex

#BAB0DA
(186,176,218)
0 Favorites   0 Comments

Color spaces of #bab0da

RGB 186176218
HSL0.710.360.77
HSV254°19°85°
CMYK 0.150.190.00   0.15
XYZ48.429946.551772.7625
Yxy46.55170.28870.2775
Hunter Lab68.22887.3017-15.4696
CIE-Lab73.902111.8483-19.8518

#bab0da color RGB value is (186,176,218).

#bab0da hex color red value is 186, green value is 176 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bab0da hue: 0.71 , saturation: 0.36 and the lightness value of bab0da is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 11011010
Octal 272 260 332
Decimal 186 176 218
Hex BA B0 DA

RGB Percentages of Color #bab0da

%32.07
%30.34
%37.59

CMYK Percentages of Color #bab0da

%15
%19
%0
%15

Triadic Colors of #bab0da

#bab0da #dabab0 #b0daba

Analogous Colors of #bab0da

#bab0da #cfb0da #b0bbda

Monochromatic Colors of #bab0da

#bab0da

Complementary Color

#bab0da #d0dab0

#bab0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab0da Color CSS Codes

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

#bab0da Text Font Color

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

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


#bab0da Background Color

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

This div background color is #bab0da


#bab0da Border Color

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

This div border color is #bab0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab0da


Comments

No comments written yet.

Please login to write comment.