Color Hex Logo

#bb2fae Color Hex

#BB2FAE
(187,47,174)
0 Favorites   0 Comments

Color spaces of #bb2fae

RGB 18747174
HSL0.850.600.46
HSV306°75°73°
CMYK 0.000.750.07   0.27
XYZ29.150015.653841.5295
Yxy15.65380.33760.1813
Hunter Lab39.564962.2739-34.5387
CIE-Lab46.517067.7167-37.2547

#bb2fae color RGB value is (187,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 10101110
Octal 273 57 256
Decimal 187 47 174
Hex BB 2F AE

RGB Percentages of Color #bb2fae

%45.83
%11.52
%42.65

CMYK Percentages of Color #bb2fae

%0
%75
%7
%27

Triadic Colors of #bb2fae

#bb2fae #aebb2f #2faebb

Analogous Colors of #bb2fae

#bb2fae #bb2f68 #822fbb

Monochromatic Colors of #bb2fae

#bb2fae

Complementary Color

#bb2fae #2fbb3c

#bb2fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2fae Color CSS Codes

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

#bb2fae Text Font Color

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

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


#bb2fae Background Color

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

This div background color is #bb2fae


#bb2fae Border Color

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

This div border color is #bb2fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2fae


Comments

No comments written yet.

Please login to write comment.