Color Hex Logo

#bd88ab Color Hex

#BD88AB
(189,136,171)
0 Favorites   0 Comments

Color spaces of #bd88ab

RGB 189136171
HSL0.890.290.64
HSV320°28°74°
CMYK 0.000.280.10   0.26
XYZ37.141131.367442.6250
Yxy31.36740.33420.2822
Hunter Lab56.006620.3617-5.9193
CIE-Lab62.816625.8195-10.4163

#bd88ab color RGB value is (189,136,171).

#bd88ab hex color red value is 189, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd88ab hue: 0.89 , saturation: 0.29 and the lightness value of bd88ab is 0.64.

The process color (four color CMYK) of #bd88ab color hex is 0.00, 0.28, 0.10, 0.26. Web safe color of #bd88ab is #cc9999. Color #bd88ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 10101011
Octal 275 210 253
Decimal 189 136 171
Hex BD 88 AB

RGB Percentages of Color #bd88ab

%38.10
%27.42
%34.48

CMYK Percentages of Color #bd88ab

%0
%28
%10
%26

Triadic Colors of #bd88ab

#bd88ab #abbd88 #88abbd

Analogous Colors of #bd88ab

#bd88ab #bd8891 #b588bd

Monochromatic Colors of #bd88ab

#bd88ab

Complementary Color

#bd88ab #88bd9a

#bd88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd88ab Color CSS Codes

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

#bd88ab Text Font Color

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

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


#bd88ab Background Color

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

This div background color is #bd88ab


#bd88ab Border Color

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

This div border color is #bd88ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,136,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd88ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd88ab;
  -webkit-box-shadow: 1px 1px 3px 2px #bd88ab;
  box-shadow:         1px 1px 3px 2px #bd88ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,136,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd88ab


Comments

No comments written yet.

Please login to write comment.