Color Hex Logo

#bb7acd Color Hex

#BB7ACD
(187,122,205)
0 Favorites   0 Comments

Color spaces of #bb7acd

RGB 187122205
HSL0.800.450.64
HSV287°40°80°
CMYK 0.090.400.00   0.20
XYZ38.472528.891661.3065
Yxy28.89160.29900.2245
Hunter Lab53.750933.6982-29.9986
CIE-Lab60.685839.3204-32.9331

#bb7acd color RGB value is (187,122,205).

#bb7acd hex color red value is 187, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bb7acd hue: 0.80 , saturation: 0.45 and the lightness value of bb7acd is 0.64.

The process color (four color CMYK) of #bb7acd color hex is 0.09, 0.40, 0.00, 0.20. Web safe color of #bb7acd is #cc66cc. Color #bb7acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111010 11001101
Octal 273 172 315
Decimal 187 122 205
Hex BB 7A CD

RGB Percentages of Color #bb7acd

%36.38
%23.74
%39.88

CMYK Percentages of Color #bb7acd

%9
%40
%0
%20

Triadic Colors of #bb7acd

#bb7acd #cdbb7a #7acdbb

Analogous Colors of #bb7acd

#bb7acd #cd7ab6 #927acd

Monochromatic Colors of #bb7acd

#bb7acd

Complementary Color

#bb7acd #8ccd7a

#bb7acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7acd Color CSS Codes

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

#bb7acd Text Font Color

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

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


#bb7acd Background Color

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

This div background color is #bb7acd


#bb7acd Border Color

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

This div border color is #bb7acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,122,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb7acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7acd


Comments

No comments written yet.

Please login to write comment.