Color Hex Logo

#bb3eac Color Hex

#BB3EAC
(187,62,172)
0 Favorites   0 Comments

Color spaces of #bb3eac

RGB 18762172
HSL0.850.500.49
HSV307°67°73°
CMYK 0.000.670.08   0.27
XYZ29.662516.988640.7455
Yxy16.98860.33940.1944
Hunter Lab41.217256.3296-29.7594
CIE-Lab48.245762.2300-33.3557

#bb3eac color RGB value is (187,62,172).

#bb3eac hex color red value is 187, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb3eac hue: 0.85 , saturation: 0.50 and the lightness value of bb3eac is 0.49.

The process color (four color CMYK) of #bb3eac color hex is 0.00, 0.67, 0.08, 0.27. Web safe color of #bb3eac is #cc3399. Color #bb3eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111110 10101100
Octal 273 76 254
Decimal 187 62 172
Hex BB 3E AC

RGB Percentages of Color #bb3eac

%44.42
%14.73
%40.86

CMYK Percentages of Color #bb3eac

%0
%67
%8
%27

Triadic Colors of #bb3eac

#bb3eac #acbb3e #3eacbb

Analogous Colors of #bb3eac

#bb3eac #bb3e6e #8c3ebb

Monochromatic Colors of #bb3eac

#bb3eac

Complementary Color

#bb3eac #3ebb4d

#bb3eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3eac Color CSS Codes

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

#bb3eac Text Font Color

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

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


#bb3eac Background Color

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

This div background color is #bb3eac


#bb3eac Border Color

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

This div border color is #bb3eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3eac


Comments

No comments written yet.

Please login to write comment.