Color Hex Logo

#bf20bd Color Hex

#BF20BD
(191,32,189)
0 Favorites   0 Comments

Color spaces of #bf20bd

RGB 19132189
HSL0.840.710.44
HSV301°83°75°
CMYK 0.000.830.01   0.25
XYZ31.187715.783549.5469
Yxy15.78350.32310.1635
Hunter Lab39.728570.6016-46.1329
CIE-Lab46.689274.6551-45.7480

#bf20bd color RGB value is (191,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100000 10111101
Octal 277 40 275
Decimal 191 32 189
Hex BF 20 BD

RGB Percentages of Color #bf20bd

%46.36
%7.77
%45.87

CMYK Percentages of Color #bf20bd

%0
%83
%1
%25

Triadic Colors of #bf20bd

#bf20bd #bdbf20 #20bdbf

Analogous Colors of #bf20bd

#bf20bd #bf206e #7220bf

Monochromatic Colors of #bf20bd

#bf20bd

Complementary Color

#bf20bd #20bf22

#bf20bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf20bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf20bd Color CSS Codes

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

#bf20bd Text Font Color

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

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


#bf20bd Background Color

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

This div background color is #bf20bd


#bf20bd Border Color

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

This div border color is #bf20bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf20bd


Comments

No comments written yet.

Please login to write comment.