Color Hex Logo

#bd21cf Color Hex

#BD21CF
(189,33,207)
0 Favorites   0 Comments

Color spaces of #bd21cf

RGB 18933207
HSL0.820.730.47
HSV294°84°81°
CMYK 0.090.840.00   0.19
XYZ32.792616.411560.4709
Yxy16.41150.29900.1496
Hunter Lab40.511173.5963-60.1444
CIE-Lab47.509876.9348-54.8967

#bd21cf color RGB value is (189,33,207).

#bd21cf hex color red value is 189, green value is 33 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd21cf hue: 0.82 , saturation: 0.73 and the lightness value of bd21cf is 0.47.

The process color (four color CMYK) of #bd21cf color hex is 0.09, 0.84, 0.00, 0.19. Web safe color of #bd21cf is #cc33cc. Color #bd21cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 11001111
Octal 275 41 317
Decimal 189 33 207
Hex BD 21 CF

RGB Percentages of Color #bd21cf

%44.06
%7.69
%48.25

CMYK Percentages of Color #bd21cf

%9
%84
%0
%19

Triadic Colors of #bd21cf

#bd21cf #cfbd21 #21cfbd

Analogous Colors of #bd21cf

#bd21cf #cf218a #6621cf

Monochromatic Colors of #bd21cf

#bd21cf

Complementary Color

#bd21cf #33cf21

#bd21cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd21cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd21cf Color CSS Codes

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

#bd21cf Text Font Color

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

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


#bd21cf Background Color

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

This div background color is #bd21cf


#bd21cf Border Color

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

This div border color is #bd21cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd21cf


Comments

No comments written yet.

Please login to write comment.