Color Hex Logo

#bb65ae Color Hex

#BB65AE
(187,101,174)
0 Favorites   0 Comments

Color spaces of #bb65ae

RGB 187101174
HSL0.860.390.56
HSV309°46°73°
CMYK 0.000.460.07   0.27
XYZ32.787222.928142.7419
Yxy22.92810.33300.2329
Hunter Lab47.883338.4288-19.4055
CIE-Lab54.998244.6379-24.0298

#bb65ae color RGB value is (187,101,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 10101110
Octal 273 145 256
Decimal 187 101 174
Hex BB 65 AE

RGB Percentages of Color #bb65ae

%40.48
%21.86
%37.66

CMYK Percentages of Color #bb65ae

%0
%46
%7
%27

Triadic Colors of #bb65ae

#bb65ae #aebb65 #65aebb

Analogous Colors of #bb65ae

#bb65ae #bb6583 #9d65bb

Monochromatic Colors of #bb65ae

#bb65ae

Complementary Color

#bb65ae #65bb72

#bb65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb65ae Color CSS Codes

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

#bb65ae Text Font Color

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

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


#bb65ae Background Color

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

This div background color is #bb65ae


#bb65ae Border Color

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

This div border color is #bb65ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb65ae


Comments

No comments written yet.

Please login to write comment.