Color Hex Logo

#bb83ad Color Hex

#BB83AD
(187,131,173)
0 Favorites   0 Comments

Color spaces of #bb83ad

RGB 187131173
HSL0.880.290.62
HSV315°30°73°
CMYK 0.000.300.07   0.27
XYZ36.152629.814543.3845
Yxy29.81450.33060.2726
Hunter Lab54.602722.6308-8.8870
CIE-Lab61.493828.2487-13.5607

#bb83ad color RGB value is (187,131,173).

#bb83ad hex color red value is 187, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb83ad hue: 0.88 , saturation: 0.29 and the lightness value of bb83ad is 0.62.

The process color (four color CMYK) of #bb83ad color hex is 0.00, 0.30, 0.07, 0.27. Web safe color of #bb83ad is #cc9999. Color #bb83ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 10101101
Octal 273 203 255
Decimal 187 131 173
Hex BB 83 AD

RGB Percentages of Color #bb83ad

%38.09
%26.68
%35.23

CMYK Percentages of Color #bb83ad

%0
%30
%7
%27

Triadic Colors of #bb83ad

#bb83ad #adbb83 #83adbb

Analogous Colors of #bb83ad

#bb83ad #bb8391 #ad83bb

Monochromatic Colors of #bb83ad

#bb83ad

Complementary Color

#bb83ad #83bb91

#bb83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb83ad Color CSS Codes

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

#bb83ad Text Font Color

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

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


#bb83ad Background Color

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

This div background color is #bb83ad


#bb83ad Border Color

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

This div border color is #bb83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb83ad


Comments

No comments written yet.

Please login to write comment.