Color Hex Logo

#bd19bd Color Hex

#BD19BD
(189,25,189)
0 Favorites   0 Comments

Color spaces of #bd19bd

RGB 18925189
HSL0.830.770.42
HSV300°87°74°
CMYK 0.000.870.00   0.26
XYZ30.519215.188249.4672
Yxy15.18820.32070.1596
Hunter Lab38.972071.5832-47.9763
CIE-Lab45.890975.6140-47.0418

#bd19bd color RGB value is (189,25,189).

#bd19bd hex color red value is 189, green value is 25 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd19bd hue: 0.83 , saturation: 0.77 and the lightness value of bd19bd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 10111101
Octal 275 31 275
Decimal 189 25 189
Hex BD 19 BD

RGB Percentages of Color #bd19bd

%46.90
%6.20
%46.90

CMYK Percentages of Color #bd19bd

%0
%87
%0
%26

Triadic Colors of #bd19bd

#bd19bd #bdbd19 #19bdbd

Analogous Colors of #bd19bd

#bd19bd #bd196b #6b19bd

Monochromatic Colors of #bd19bd

#bd19bd

Complementary Color

#bd19bd #19bd19

#bd19bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd19bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd19bd Color CSS Codes

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

#bd19bd Text Font Color

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

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


#bd19bd Background Color

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

This div background color is #bd19bd


#bd19bd Border Color

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

This div border color is #bd19bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd19bd


Comments

No comments written yet.

Please login to write comment.