Color Hex Logo

#bd218f Color Hex

#BD218F
(189,33,143)
0 Favorites   0 Comments

Color spaces of #bd218f

RGB 18933143
HSL0.880.700.44
HSV318°83°74°
CMYK 0.000.830.24   0.26
XYZ26.488013.889727.2715
Yxy13.88970.39150.2053
Hunter Lab37.268961.6442-17.2972
CIE-Lab44.074367.6520-22.4939

#bd218f color RGB value is (189,33,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 10001111
Octal 275 41 217
Decimal 189 33 143
Hex BD 21 8F

RGB Percentages of Color #bd218f

%51.78
%9.04
%39.18

CMYK Percentages of Color #bd218f

%0
%83
%24
%26

Triadic Colors of #bd218f

#bd218f #8fbd21 #218fbd

Analogous Colors of #bd218f

#bd218f #bd2141 #9d21bd

Monochromatic Colors of #bd218f

#bd218f

Complementary Color

#bd218f #21bd4f

#bd218f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd218f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd218f Color CSS Codes

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

#bd218f Text Font Color

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

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


#bd218f Background Color

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

This div background color is #bd218f


#bd218f Border Color

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

This div border color is #bd218f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd218f


Comments

No comments written yet.

Please login to write comment.