Color Hex Logo

#bb5fae Color Hex

#BB5FAE
(187,95,174)
0 Favorites   0 Comments

Color spaces of #bb5fae

RGB 18795174
HSL0.860.400.55
HSV308°49°73°
CMYK 0.000.490.07   0.27
XYZ32.225721.805242.5547
Yxy21.80520.33360.2258
Hunter Lab46.696041.4677-21.3445
CIE-Lab53.819747.7043-25.8476

#bb5fae color RGB value is (187,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011111 10101110
Octal 273 137 256
Decimal 187 95 174
Hex BB 5F AE

RGB Percentages of Color #bb5fae

%41.01
%20.83
%38.16

CMYK Percentages of Color #bb5fae

%0
%49
%7
%27

Triadic Colors of #bb5fae

#bb5fae #aebb5f #5faebb

Analogous Colors of #bb5fae

#bb5fae #bb5f80 #9a5fbb

Monochromatic Colors of #bb5fae

#bb5fae

Complementary Color

#bb5fae #5fbb6c

#bb5fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5fae Color CSS Codes

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

#bb5fae Text Font Color

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

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


#bb5fae Background Color

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

This div background color is #bb5fae


#bb5fae Border Color

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

This div border color is #bb5fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5fae


Comments

No comments written yet.

Please login to write comment.