Color Hex Logo

#bb64ae Color Hex

#BB64AE
(187,100,174)
0 Favorites   0 Comments

Color spaces of #bb64ae

RGB 187100174
HSL0.860.390.56
HSV309°47°73°
CMYK 0.000.470.07   0.27
XYZ32.690722.735142.7097
Yxy22.73510.33310.2317
Hunter Lab47.681338.9387-19.7310
CIE-Lab54.798445.1546-24.3375

#bb64ae color RGB value is (187,100,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 10101110
Octal 273 144 256
Decimal 187 100 174
Hex BB 64 AE

RGB Percentages of Color #bb64ae

%40.56
%21.69
%37.74

CMYK Percentages of Color #bb64ae

%0
%47
%7
%27

Triadic Colors of #bb64ae

#bb64ae #aebb64 #64aebb

Analogous Colors of #bb64ae

#bb64ae #bb6483 #9d64bb

Monochromatic Colors of #bb64ae

#bb64ae

Complementary Color

#bb64ae #64bb71

#bb64ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb64ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb64ae Color CSS Codes

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

#bb64ae Text Font Color

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

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


#bb64ae Background Color

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

This div background color is #bb64ae


#bb64ae Border Color

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

This div border color is #bb64ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb64ae


Comments

No comments written yet.

Please login to write comment.