Color Hex Logo

#bd78bd Color Hex

#BD78BD
(189,120,189)
0 Favorites   0 Comments

Color spaces of #bd78bd

RGB 189120189
HSL0.830.340.61
HSV300°37°74°
CMYK 0.000.370.00   0.26
XYZ36.888027.925951.5901
Yxy27.92590.31690.2399
Hunter Lab52.845032.1218-20.8906
CIE-Lab59.821737.8960-25.1918

#bd78bd color RGB value is (189,120,189).

#bd78bd hex color red value is 189, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd78bd hue: 0.83 , saturation: 0.34 and the lightness value of bd78bd is 0.61.

The process color (four color CMYK) of #bd78bd color hex is 0.00, 0.37, 0.00, 0.26. Web safe color of #bd78bd is #cc66cc. Color #bd78bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10111101
Octal 275 170 275
Decimal 189 120 189
Hex BD 78 BD

RGB Percentages of Color #bd78bd

%37.95
%24.10
%37.95

CMYK Percentages of Color #bd78bd

%0
%37
%0
%26

Triadic Colors of #bd78bd

#bd78bd #bdbd78 #78bdbd

Analogous Colors of #bd78bd

#bd78bd #bd789b #9b78bd

Monochromatic Colors of #bd78bd

#bd78bd

Complementary Color

#bd78bd #78bd78

#bd78bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd78bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd78bd Color CSS Codes

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

#bd78bd Text Font Color

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

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


#bd78bd Background Color

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

This div background color is #bd78bd


#bd78bd Border Color

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

This div border color is #bd78bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd78bd


Comments

No comments written yet.

Please login to write comment.