Color Hex Logo

#bb4da0 Color Hex

#BB4DA0
(187,77,160)
0 Favorites   0 Comments

Color spaces of #bb4da0

RGB 18777160
HSL0.870.450.52
HSV315°59°73°
CMYK 0.000.590.14   0.27
XYZ29.492618.410635.2569
Yxy18.41060.35460.2214
Hunter Lab42.907647.6040-18.6829
CIE-Lab49.990454.0609-23.5617

#bb4da0 color RGB value is (187,77,160).

#bb4da0 hex color red value is 187, green value is 77 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bb4da0 hue: 0.87 , saturation: 0.45 and the lightness value of bb4da0 is 0.52.

The process color (four color CMYK) of #bb4da0 color hex is 0.00, 0.59, 0.14, 0.27. Web safe color of #bb4da0 is #cc6699. Color #bb4da0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001101 10100000
Octal 273 115 240
Decimal 187 77 160
Hex BB 4D A0

RGB Percentages of Color #bb4da0

%44.10
%18.16
%37.74

CMYK Percentages of Color #bb4da0

%0
%59
%14
%27

Triadic Colors of #bb4da0

#bb4da0 #a0bb4d #4da0bb

Analogous Colors of #bb4da0

#bb4da0 #bb4d69 #9f4dbb

Monochromatic Colors of #bb4da0

#bb4da0

Complementary Color

#bb4da0 #4dbb68

#bb4da0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4da0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4da0 Color CSS Codes

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

#bb4da0 Text Font Color

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

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


#bb4da0 Background Color

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

This div background color is #bb4da0


#bb4da0 Border Color

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

This div border color is #bb4da0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,77,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4da0


Comments

No comments written yet.

Please login to write comment.