Color Hex Logo

#bd218a Color Hex

#BD218A
(189,33,138)
0 Favorites   0 Comments

Color spaces of #bd218a

RGB 18933138
HSL0.890.700.44
HSV320°83°74°
CMYK 0.000.830.27   0.26
XYZ26.117613.741525.3206
Yxy13.74150.40070.2108
Hunter Lab37.069560.8918-14.5498
CIE-Lab43.859967.0467-19.7827

#bd218a color RGB value is (189,33,138).

#bd218a hex color red value is 189, green value is 33 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd218a hue: 0.89 , saturation: 0.70 and the lightness value of bd218a is 0.44.

The process color (four color CMYK) of #bd218a color hex is 0.00, 0.83, 0.27, 0.26. Web safe color of #bd218a is #cc3399. Color #bd218a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 10001010
Octal 275 41 212
Decimal 189 33 138
Hex BD 21 8A

RGB Percentages of Color #bd218a

%52.50
%9.17
%38.33

CMYK Percentages of Color #bd218a

%0
%83
%27
%26

Triadic Colors of #bd218a

#bd218a #8abd21 #218abd

Analogous Colors of #bd218a

#bd218a #bd213c #a221bd

Monochromatic Colors of #bd218a

#bd218a

Complementary Color

#bd218a #21bd54

#bd218a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd218a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd218a Color CSS Codes

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

#bd218a Text Font Color

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

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


#bd218a Background Color

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

This div background color is #bd218a


#bd218a Border Color

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

This div border color is #bd218a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd218a


Comments

No comments written yet.

Please login to write comment.