Color Hex Logo

#bd05bd Color Hex

#BD05BD
(189,5,189)
0 Favorites   0 Comments

Color spaces of #bd05bd

RGB 1895189
HSL0.830.950.38
HSV300°97°74°
CMYK 0.000.970.00   0.26
XYZ30.225814.601549.3694
Yxy14.60150.32090.1550
Hunter Lab38.211974.3235-49.8537
CIE-Lab45.083577.9935-48.3325

#bd05bd color RGB value is (189,5,189).

#bd05bd hex color red value is 189, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd05bd hue: 0.83 , saturation: 0.95 and the lightness value of bd05bd is 0.38.

The process color (four color CMYK) of #bd05bd color hex is 0.00, 0.97, 0.00, 0.26. Web safe color of #bd05bd is #cc00cc. Color #bd05bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000101 10111101
Octal 275 5 275
Decimal 189 5 189
Hex BD 5 BD

RGB Percentages of Color #bd05bd

%49.35
%1.31
%49.35

CMYK Percentages of Color #bd05bd

%0
%97
%0
%26

Triadic Colors of #bd05bd

#bd05bd #bdbd05 #05bdbd

Analogous Colors of #bd05bd

#bd05bd #bd0561 #6105bd

Monochromatic Colors of #bd05bd

#bd05bd

Complementary Color

#bd05bd #05bd05

#bd05bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd05bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd05bd Color CSS Codes

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

#bd05bd Text Font Color

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

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


#bd05bd Background Color

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

This div background color is #bd05bd


#bd05bd Border Color

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

This div border color is #bd05bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,5,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 #bd05bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd05bd


Comments

No comments written yet.

Please login to write comment.