Color Hex Logo

#bd21bf Color Hex

#BD21BF
(189,33,191)
0 Favorites   0 Comments

Color spaces of #bd21bf

RGB 18933191
HSL0.830.710.44
HSV299°83°75°
CMYK 0.010.830.00   0.25
XYZ30.934115.668150.6841
Yxy15.66810.31800.1611
Hunter Lab39.583070.2277-48.2100
CIE-Lab46.536074.3780-47.1801

#bd21bf color RGB value is (189,33,191).

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

The process color (four color CMYK) of #bd21bf color hex is 0.01, 0.83, 0.00, 0.25. Web safe color of #bd21bf is #cc33cc. Color #bd21bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 10111111
Octal 275 41 277
Decimal 189 33 191
Hex BD 21 BF

RGB Percentages of Color #bd21bf

%45.76
%7.99
%46.25

CMYK Percentages of Color #bd21bf

%1
%83
%0
%25

Triadic Colors of #bd21bf

#bd21bf #bfbd21 #21bfbd

Analogous Colors of #bd21bf

#bd21bf #bf2172 #6e21bf

Monochromatic Colors of #bd21bf

#bd21bf

Complementary Color

#bd21bf #23bf21

#bd21bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd21bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd21bf Color CSS Codes

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

#bd21bf Text Font Color

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

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


#bd21bf Background Color

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

This div background color is #bd21bf


#bd21bf Border Color

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

This div border color is #bd21bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd21bf


Comments

No comments written yet.

Please login to write comment.