Color Hex Logo

#bd28bd Color Hex

#BD28BD
(189,40,189)
0 Favorites   0 Comments

Color spaces of #bd28bd

RGB 18940189
HSL0.830.650.45
HSV300°79°74°
CMYK 0.000.790.00   0.26
XYZ30.930416.010549.6042
Yxy16.01050.32040.1658
Hunter Lab40.013167.9587-45.4925
CIE-Lab46.988372.4149-45.2916

#bd28bd color RGB value is (189,40,189).

#bd28bd hex color red value is 189, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd28bd hue: 0.83 , saturation: 0.65 and the lightness value of bd28bd is 0.45.

The process color (four color CMYK) of #bd28bd color hex is 0.00, 0.79, 0.00, 0.26. Web safe color of #bd28bd is #cc33cc. Color #bd28bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 10111101
Octal 275 50 275
Decimal 189 40 189
Hex BD 28 BD

RGB Percentages of Color #bd28bd

%45.22
%9.57
%45.22

CMYK Percentages of Color #bd28bd

%0
%79
%0
%26

Triadic Colors of #bd28bd

#bd28bd #bdbd28 #28bdbd

Analogous Colors of #bd28bd

#bd28bd #bd2873 #7328bd

Monochromatic Colors of #bd28bd

#bd28bd

Complementary Color

#bd28bd #28bd28

#bd28bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd28bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd28bd Color CSS Codes

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

#bd28bd Text Font Color

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

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


#bd28bd Background Color

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

This div background color is #bd28bd


#bd28bd Border Color

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

This div border color is #bd28bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd28bd


Comments

No comments written yet.

Please login to write comment.