Color Hex Logo

#bb3cae Color Hex

#BB3CAE
(187,60,174)
0 Favorites   0 Comments

Color spaces of #bb3cae

RGB 18760174
HSL0.850.510.48
HSV306°68°73°
CMYK 0.000.680.07   0.27
XYZ29.749416.852541.7293
Yxy16.85250.33680.1908
Hunter Lab41.051857.5147-31.5322
CIE-Lab48.073663.3024-34.8030

#bb3cae color RGB value is (187,60,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111100 10101110
Octal 273 74 256
Decimal 187 60 174
Hex BB 3C AE

RGB Percentages of Color #bb3cae

%44.42
%14.25
%41.33

CMYK Percentages of Color #bb3cae

%0
%68
%7
%27

Triadic Colors of #bb3cae

#bb3cae #aebb3c #3caebb

Analogous Colors of #bb3cae

#bb3cae #bb3c6f #893cbb

Monochromatic Colors of #bb3cae

#bb3cae

Complementary Color

#bb3cae #3cbb49

#bb3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3cae Color CSS Codes

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

#bb3cae Text Font Color

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

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


#bb3cae Background Color

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

This div background color is #bb3cae


#bb3cae Border Color

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

This div border color is #bb3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3cae


Comments

No comments written yet.

Please login to write comment.