Color Hex Logo

#bb23ae Color Hex

#BB23AE
(187,35,174)
0 Favorites   0 Comments

Color spaces of #bb23ae

RGB 18735174
HSL0.850.680.44
HSV305°81°73°
CMYK 0.000.810.07   0.27
XYZ28.734514.822941.3910
Yxy14.82290.33830.1745
Hunter Lab38.500565.8459-36.7909
CIE-Lab45.390770.9617-39.0352

#bb23ae color RGB value is (187,35,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 10101110
Octal 273 43 256
Decimal 187 35 174
Hex BB 23 AE

RGB Percentages of Color #bb23ae

%47.22
%8.84
%43.94

CMYK Percentages of Color #bb23ae

%0
%81
%7
%27

Triadic Colors of #bb23ae

#bb23ae #aebb23 #23aebb

Analogous Colors of #bb23ae

#bb23ae #bb2362 #7c23bb

Monochromatic Colors of #bb23ae

#bb23ae

Complementary Color

#bb23ae #23bb30

#bb23ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb23ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb23ae Color CSS Codes

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

#bb23ae Text Font Color

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

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


#bb23ae Background Color

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

This div background color is #bb23ae


#bb23ae Border Color

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

This div border color is #bb23ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb23ae


Comments

No comments written yet.

Please login to write comment.