Color Hex Logo

#bd77bd Color Hex

#BD77BD
(189,119,189)
0 Favorites   0 Comments

Color spaces of #bd77bd

RGB 189119189
HSL0.830.350.60
HSV300°37°74°
CMYK 0.000.370.00   0.26
XYZ36.768427.686651.5503
Yxy27.68660.31700.2387
Hunter Lab52.618132.6505-21.2542
CIE-Lab59.604538.4376-25.5261

#bd77bd color RGB value is (189,119,189).

#bd77bd hex color red value is 189, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd77bd hue: 0.83 , saturation: 0.35 and the lightness value of bd77bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 10111101
Octal 275 167 275
Decimal 189 119 189
Hex BD 77 BD

RGB Percentages of Color #bd77bd

%38.03
%23.94
%38.03

CMYK Percentages of Color #bd77bd

%0
%37
%0
%26

Triadic Colors of #bd77bd

#bd77bd #bdbd77 #77bdbd

Analogous Colors of #bd77bd

#bd77bd #bd779a #9a77bd

Monochromatic Colors of #bd77bd

#bd77bd

Complementary Color

#bd77bd #77bd77

#bd77bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77bd Color CSS Codes

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

#bd77bd Text Font Color

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

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


#bd77bd Background Color

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

This div background color is #bd77bd


#bd77bd Border Color

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

This div border color is #bd77bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77bd


Comments

No comments written yet.

Please login to write comment.