Color Hex Logo

#bb1fae Color Hex

#BB1FAE
(187,31,174)
0 Favorites   0 Comments

Color spaces of #bb1fae

RGB 18731174
HSL0.850.720.43
HSV305°83°73°
CMYK 0.000.830.07   0.27
XYZ28.623514.600841.3540
Yxy14.60080.33840.1726
Hunter Lab38.211066.8435-37.4191
CIE-Lab45.082571.8573-39.5233

#bb1fae color RGB value is (187,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 10101110
Octal 273 37 256
Decimal 187 31 174
Hex BB 1F AE

RGB Percentages of Color #bb1fae

%47.70
%7.91
%44.39

CMYK Percentages of Color #bb1fae

%0
%83
%7
%27

Triadic Colors of #bb1fae

#bb1fae #aebb1f #1faebb

Analogous Colors of #bb1fae

#bb1fae #bb1f60 #7a1fbb

Monochromatic Colors of #bb1fae

#bb1fae

Complementary Color

#bb1fae #1fbb2c

#bb1fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1fae Color CSS Codes

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

#bb1fae Text Font Color

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

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


#bb1fae Background Color

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

This div background color is #bb1fae


#bb1fae Border Color

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

This div border color is #bb1fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1fae


Comments

No comments written yet.

Please login to write comment.