Color Hex Logo

#bd64bd Color Hex

#BD64BD
(189,100,189)
0 Favorites   0 Comments

Color spaces of #bd64bd

RGB 189100189
HSL0.830.400.57
HSV300°47°74°
CMYK 0.000.470.00   0.26
XYZ34.728723.607350.8704
Yxy23.60730.31800.2162
Hunter Lab48.587342.5583-28.0648
CIE-Lab55.692548.4347-31.5828

#bd64bd color RGB value is (189,100,189).

#bd64bd hex color red value is 189, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd64bd hue: 0.83 , saturation: 0.40 and the lightness value of bd64bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 10111101
Octal 275 144 275
Decimal 189 100 189
Hex BD 64 BD

RGB Percentages of Color #bd64bd

%39.54
%20.92
%39.54

CMYK Percentages of Color #bd64bd

%0
%47
%0
%26

Triadic Colors of #bd64bd

#bd64bd #bdbd64 #64bdbd

Analogous Colors of #bd64bd

#bd64bd #bd6491 #9164bd

Monochromatic Colors of #bd64bd

#bd64bd

Complementary Color

#bd64bd #64bd64

#bd64bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd64bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd64bd Color CSS Codes

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

#bd64bd Text Font Color

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

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


#bd64bd Background Color

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

This div background color is #bd64bd


#bd64bd Border Color

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

This div border color is #bd64bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd64bd


Comments

No comments written yet.

Please login to write comment.