Color Hex Logo

#bc64bd Color Hex

#BC64BD
(188,100,189)
0 Favorites   0 Comments

Color spaces of #bc64bd

RGB 188100189
HSL0.830.400.57
HSV299°47°74°
CMYK 0.010.470.00   0.26
XYZ34.481523.479850.8588
Yxy23.47980.31690.2158
Hunter Lab48.456042.2236-28.3109
CIE-Lab55.563248.1419-31.7939

#bc64bd color RGB value is (188,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 10111101
Octal 274 144 275
Decimal 188 100 189
Hex BC 64 BD

RGB Percentages of Color #bc64bd

%39.41
%20.96
%39.62

CMYK Percentages of Color #bc64bd

%1
%47
%0
%26

Triadic Colors of #bc64bd

#bc64bd #bdbc64 #64bdbc

Analogous Colors of #bc64bd

#bc64bd #bd6492 #9064bd

Monochromatic Colors of #bc64bd

#bc64bd

Complementary Color

#bc64bd #65bd64

#bc64bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc64bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc64bd Color CSS Codes

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

#bc64bd Text Font Color

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

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


#bc64bd Background Color

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

This div background color is #bc64bd


#bc64bd Border Color

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

This div border color is #bc64bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc64bd


Comments

No comments written yet.

Please login to write comment.