Color Hex Logo

#bb4bae Color Hex

#BB4BAE
(187,75,174)
0 Favorites   0 Comments

Color spaces of #bb4bae

RGB 18775174
HSL0.850.450.51
HSV307°60°73°
CMYK 0.000.600.07   0.27
XYZ30.649618.652942.0294
Yxy18.65290.33560.2042
Hunter Lab43.189051.0939-27.4658
CIE-Lab50.278657.1884-31.3488

#bb4bae color RGB value is (187,75,174).

#bb4bae hex color red value is 187, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb4bae hue: 0.85 , saturation: 0.45 and the lightness value of bb4bae is 0.51.

The process color (four color CMYK) of #bb4bae color hex is 0.00, 0.60, 0.07, 0.27. Web safe color of #bb4bae is #cc3399. Color #bb4bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001011 10101110
Octal 273 113 256
Decimal 187 75 174
Hex BB 4B AE

RGB Percentages of Color #bb4bae

%42.89
%17.20
%39.91

CMYK Percentages of Color #bb4bae

%0
%60
%7
%27

Triadic Colors of #bb4bae

#bb4bae #aebb4b #4baebb

Analogous Colors of #bb4bae

#bb4bae #bb4b76 #904bbb

Monochromatic Colors of #bb4bae

#bb4bae

Complementary Color

#bb4bae #4bbb58

#bb4bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4bae Color CSS Codes

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

#bb4bae Text Font Color

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

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


#bb4bae Background Color

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

This div background color is #bb4bae


#bb4bae Border Color

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

This div border color is #bb4bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4bae


Comments

No comments written yet.

Please login to write comment.