Color Hex Logo

#bd5bab Color Hex

#BD5BAB
(189,91,171)
0 Favorites   0 Comments

Color spaces of #bd5bab

RGB 18991171
HSL0.860.430.55
HSV311°52°74°
CMYK 0.000.520.10   0.26
XYZ32.078021.241340.9374
Yxy21.24130.34030.2254
Hunter Lab46.088343.5836-20.4019
CIE-Lab53.212649.7878-25.0179

#bd5bab color RGB value is (189,91,171).

#bd5bab hex color red value is 189, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd5bab hue: 0.86 , saturation: 0.43 and the lightness value of bd5bab is 0.55.

The process color (four color CMYK) of #bd5bab color hex is 0.00, 0.52, 0.10, 0.26. Web safe color of #bd5bab is #cc6699. Color #bd5bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011011 10101011
Octal 275 133 253
Decimal 189 91 171
Hex BD 5B AB

RGB Percentages of Color #bd5bab

%41.91
%20.18
%37.92

CMYK Percentages of Color #bd5bab

%0
%52
%10
%26

Triadic Colors of #bd5bab

#bd5bab #abbd5b #5babbd

Analogous Colors of #bd5bab

#bd5bab #bd5b7a #9e5bbd

Monochromatic Colors of #bd5bab

#bd5bab

Complementary Color

#bd5bab #5bbd6d

#bd5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5bab Color CSS Codes

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

#bd5bab Text Font Color

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

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


#bd5bab Background Color

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

This div background color is #bd5bab


#bd5bab Border Color

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

This div border color is #bd5bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5bab


Comments

No comments written yet.

Please login to write comment.