Color Hex Logo

#bd24ab Color Hex

#BD24AB
(189,36,171)
0 Favorites   0 Comments

Color spaces of #bd24ab

RGB 18936171
HSL0.850.680.44
HSV307°81°74°
CMYK 0.000.810.10   0.26
XYZ28.967815.020839.9006
Yxy15.02080.34530.1791
Hunter Lab38.756765.5916-33.9103
CIE-Lab45.662770.6950-36.8060

#bd24ab color RGB value is (189,36,171).

#bd24ab hex color red value is 189, green value is 36 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd24ab hue: 0.85 , saturation: 0.68 and the lightness value of bd24ab is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100100 10101011
Octal 275 44 253
Decimal 189 36 171
Hex BD 24 AB

RGB Percentages of Color #bd24ab

%47.73
%9.09
%43.18

CMYK Percentages of Color #bd24ab

%0
%81
%10
%26

Triadic Colors of #bd24ab

#bd24ab #abbd24 #24abbd

Analogous Colors of #bd24ab

#bd24ab #bd245e #8324bd

Monochromatic Colors of #bd24ab

#bd24ab

Complementary Color

#bd24ab #24bd36

#bd24ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd24ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd24ab Color CSS Codes

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

#bd24ab Text Font Color

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

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


#bd24ab Background Color

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

This div background color is #bd24ab


#bd24ab Border Color

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

This div border color is #bd24ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd24ab


Comments

No comments written yet.

Please login to write comment.