Color Hex Logo

#bd14bd Color Hex

#BD14BD
(189,20,189)
0 Favorites   0 Comments

Color spaces of #bd14bd

RGB 18920189
HSL0.830.810.41
HSV300°89°74°
CMYK 0.000.890.00   0.26
XYZ30.421714.993349.4347
Yxy14.99330.32070.1581
Hunter Lab38.721272.4783-48.5897
CIE-Lab45.625076.3951-47.4665

#bd14bd color RGB value is (189,20,189).

#bd14bd hex color red value is 189, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd14bd hue: 0.83 , saturation: 0.81 and the lightness value of bd14bd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010100 10111101
Octal 275 24 275
Decimal 189 20 189
Hex BD 14 BD

RGB Percentages of Color #bd14bd

%47.49
%5.03
%47.49

CMYK Percentages of Color #bd14bd

%0
%89
%0
%26

Triadic Colors of #bd14bd

#bd14bd #bdbd14 #14bdbd

Analogous Colors of #bd14bd

#bd14bd #bd1469 #6914bd

Monochromatic Colors of #bd14bd

#bd14bd

Complementary Color

#bd14bd #14bd14

#bd14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd14bd Color CSS Codes

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

#bd14bd Text Font Color

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

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


#bd14bd Background Color

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

This div background color is #bd14bd


#bd14bd Border Color

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

This div border color is #bd14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd14bd


Comments

No comments written yet.

Please login to write comment.