Color Hex Logo

#bd48ab Color Hex

#BD48AB
(189,72,171)
0 Favorites   0 Comments

Color spaces of #bd48ab

RGB 18972171
HSL0.860.470.51
HSV309°62°74°
CMYK 0.000.620.10   0.26
XYZ30.654318.393840.4628
Yxy18.39380.34250.2055
Hunter Lab42.888052.5293-25.9157
CIE-Lab49.970358.5349-30.0481

#bd48ab color RGB value is (189,72,171).

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

The process color (four color CMYK) of #bd48ab color hex is 0.00, 0.62, 0.10, 0.26. Web safe color of #bd48ab is #cc3399. Color #bd48ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 10101011
Octal 275 110 253
Decimal 189 72 171
Hex BD 48 AB

RGB Percentages of Color #bd48ab

%43.75
%16.67
%39.58

CMYK Percentages of Color #bd48ab

%0
%62
%10
%26

Triadic Colors of #bd48ab

#bd48ab #abbd48 #48abbd

Analogous Colors of #bd48ab

#bd48ab #bd4871 #9548bd

Monochromatic Colors of #bd48ab

#bd48ab

Complementary Color

#bd48ab #48bd5a

#bd48ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd48ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd48ab Color CSS Codes

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

#bd48ab Text Font Color

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

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


#bd48ab Background Color

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

This div background color is #bd48ab


#bd48ab Border Color

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

This div border color is #bd48ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd48ab


Comments

No comments written yet.

Please login to write comment.