Color Hex Logo

#bb34ae Color Hex

#BB34AE
(187,52,174)
0 Favorites   0 Comments

Color spaces of #bb34ae

RGB 18752174
HSL0.850.560.47
HSV306°72°73°
CMYK 0.000.720.07   0.27
XYZ29.361516.076841.6000
Yxy16.07680.33730.1847
Hunter Lab40.095960.5446-33.4470
CIE-Lab47.075166.1246-36.3745

#bb34ae color RGB value is (187,52,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 10101110
Octal 273 64 256
Decimal 187 52 174
Hex BB 34 AE

RGB Percentages of Color #bb34ae

%45.28
%12.59
%42.13

CMYK Percentages of Color #bb34ae

%0
%72
%7
%27

Triadic Colors of #bb34ae

#bb34ae #aebb34 #34aebb

Analogous Colors of #bb34ae

#bb34ae #bb346b #8534bb

Monochromatic Colors of #bb34ae

#bb34ae

Complementary Color

#bb34ae #34bb41

#bb34ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb34ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb34ae Color CSS Codes

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

#bb34ae Text Font Color

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

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


#bb34ae Background Color

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

This div background color is #bb34ae


#bb34ae Border Color

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

This div border color is #bb34ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb34ae


Comments

No comments written yet.

Please login to write comment.