Color Hex Logo

#bba4dc Color Hex

#BBA4DC
(187,164,220)
0 Favorites   0 Comments

Color spaces of #bba4dc

RGB 187164220
HSL0.740.440.75
HSV265°25°86°
CMYK 0.150.250.00   0.14
XYZ46.687242.283073.4109
Yxy42.28300.28750.2604
Hunter Lab65.025414.3658-21.4181
CIE-Lab71.065619.2259-25.2602

#bba4dc color RGB value is (187,164,220).

#bba4dc hex color red value is 187, green value is 164 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bba4dc hue: 0.74 , saturation: 0.44 and the lightness value of bba4dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 11011100
Octal 273 244 334
Decimal 187 164 220
Hex BB A4 DC

RGB Percentages of Color #bba4dc

%32.75
%28.72
%38.53

CMYK Percentages of Color #bba4dc

%15
%25
%0
%14

Triadic Colors of #bba4dc

#bba4dc #dcbba4 #a4dcbb

Analogous Colors of #bba4dc

#bba4dc #d7a4dc #a4a9dc

Monochromatic Colors of #bba4dc

#bba4dc

Complementary Color

#bba4dc #c5dca4

#bba4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba4dc Color CSS Codes

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

#bba4dc Text Font Color

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

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


#bba4dc Background Color

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

This div background color is #bba4dc


#bba4dc Border Color

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

This div border color is #bba4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba4dc


Comments

No comments written yet.

Please login to write comment.