Color Hex Logo

#bba8da Color Hex

#BBA8DA
(187,168,218)
0 Favorites   0 Comments

Color spaces of #bba8da

RGB 187168218
HSL0.730.400.76
HSV263°23°85°
CMYK 0.140.230.00   0.15
XYZ47.151043.632072.2664
Yxy43.63200.28920.2676
Hunter Lab66.054511.8213-18.6276
CIE-Lab71.981816.5786-22.7643

#bba8da color RGB value is (187,168,218).

#bba8da hex color red value is 187, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bba8da hue: 0.73 , saturation: 0.40 and the lightness value of bba8da is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11011010
Octal 273 250 332
Decimal 187 168 218
Hex BB A8 DA

RGB Percentages of Color #bba8da

%32.64
%29.32
%38.05

CMYK Percentages of Color #bba8da

%14
%23
%0
%15

Triadic Colors of #bba8da

#bba8da #dabba8 #a8dabb

Analogous Colors of #bba8da

#bba8da #d4a8da #a8aeda

Monochromatic Colors of #bba8da

#bba8da

Complementary Color

#bba8da #c7daa8

#bba8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8da Color CSS Codes

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

#bba8da Text Font Color

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

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


#bba8da Background Color

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

This div background color is #bba8da


#bba8da Border Color

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

This div border color is #bba8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8da


Comments

No comments written yet.

Please login to write comment.