Color Hex Logo

#bd38bd Color Hex

#BD38BD
(189,56,189)
0 Favorites   0 Comments

Color spaces of #bd38bd

RGB 18956189
HSL0.830.540.48
HSV300°70°74°
CMYK 0.000.700.00   0.26
XYZ31.585717.321349.8227
Yxy17.32130.31990.1754
Hunter Lab41.618962.6355-41.8439
CIE-Lab48.662367.6108-42.6308

#bd38bd color RGB value is (189,56,189).

#bd38bd hex color red value is 189, green value is 56 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd38bd hue: 0.83 , saturation: 0.54 and the lightness value of bd38bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 10111101
Octal 275 70 275
Decimal 189 56 189
Hex BD 38 BD

RGB Percentages of Color #bd38bd

%43.55
%12.90
%43.55

CMYK Percentages of Color #bd38bd

%0
%70
%0
%26

Triadic Colors of #bd38bd

#bd38bd #bdbd38 #38bdbd

Analogous Colors of #bd38bd

#bd38bd #bd387b #7b38bd

Monochromatic Colors of #bd38bd

#bd38bd

Complementary Color

#bd38bd #38bd38

#bd38bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd38bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd38bd Color CSS Codes

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

#bd38bd Text Font Color

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

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


#bd38bd Background Color

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

This div background color is #bd38bd


#bd38bd Border Color

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

This div border color is #bd38bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd38bd


Comments

No comments written yet.

Please login to write comment.