Color Hex Logo

#bb58ae Color Hex

#BB58AE
(187,88,174)
0 Favorites   0 Comments

Color spaces of #bb58ae

RGB 18788174
HSL0.860.420.54
HSV308°53°73°
CMYK 0.000.530.07   0.27
XYZ31.623220.600242.3539
Yxy20.60020.33440.2178
Hunter Lab45.387444.9399-23.5560
CIE-Lab52.509151.1668-27.8769

#bb58ae color RGB value is (187,88,174).

#bb58ae hex color red value is 187, green value is 88 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb58ae hue: 0.86 , saturation: 0.42 and the lightness value of bb58ae is 0.54.

The process color (four color CMYK) of #bb58ae color hex is 0.00, 0.53, 0.07, 0.27. Web safe color of #bb58ae is #cc6699. Color #bb58ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 10101110
Octal 273 130 256
Decimal 187 88 174
Hex BB 58 AE

RGB Percentages of Color #bb58ae

%41.65
%19.60
%38.75

CMYK Percentages of Color #bb58ae

%0
%53
%7
%27

Triadic Colors of #bb58ae

#bb58ae #aebb58 #58aebb

Analogous Colors of #bb58ae

#bb58ae #bb587d #9758bb

Monochromatic Colors of #bb58ae

#bb58ae

Complementary Color

#bb58ae #58bb65

#bb58ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb58ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb58ae Color CSS Codes

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

#bb58ae Text Font Color

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

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


#bb58ae Background Color

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

This div background color is #bb58ae


#bb58ae Border Color

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

This div border color is #bb58ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb58ae


Comments

No comments written yet.

Please login to write comment.