Color Hex Logo

#bb21ae Color Hex

#BB21AE
(187,33,174)
0 Favorites   0 Comments

Color spaces of #bb21ae

RGB 18733174
HSL0.850.700.43
HSV305°82°73°
CMYK 0.000.820.07   0.27
XYZ28.677414.708541.3720
Yxy14.70850.33830.1735
Hunter Lab38.351766.3577-37.1131
CIE-Lab45.232371.4218-39.2860

#bb21ae color RGB value is (187,33,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 10101110
Octal 273 41 256
Decimal 187 33 174
Hex BB 21 AE

RGB Percentages of Color #bb21ae

%47.46
%8.38
%44.16

CMYK Percentages of Color #bb21ae

%0
%82
%7
%27

Triadic Colors of #bb21ae

#bb21ae #aebb21 #21aebb

Analogous Colors of #bb21ae

#bb21ae #bb2161 #7b21bb

Monochromatic Colors of #bb21ae

#bb21ae

Complementary Color

#bb21ae #21bb2e

#bb21ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb21ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb21ae Color CSS Codes

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

#bb21ae Text Font Color

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

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


#bb21ae Background Color

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

This div background color is #bb21ae


#bb21ae Border Color

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

This div border color is #bb21ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb21ae


Comments

No comments written yet.

Please login to write comment.