Color Hex Logo

#b657bd Color Hex

#B657BD
(182,87,189)
0 Favorites   0 Comments

Color spaces of #b657bd

RGB 18287189
HSL0.820.440.54
HSV296°54°74°
CMYK 0.040.540.00   0.26
XYZ31.884920.435650.4081
Yxy20.43560.31040.1989
Hunter Lab45.205846.7911-34.4692
CIE-Lab52.326252.9085-36.9152

#b657bd color RGB value is (182,87,189).

#b657bd hex color red value is 182, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b657bd hue: 0.82 , saturation: 0.44 and the lightness value of b657bd is 0.54.

The process color (four color CMYK) of #b657bd color hex is 0.04, 0.54, 0.00, 0.26. Web safe color of #b657bd is #cc66cc. Color #b657bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 10111101
Octal 266 127 275
Decimal 182 87 189
Hex B6 57 BD

RGB Percentages of Color #b657bd

%39.74
%19.00
%41.27

CMYK Percentages of Color #b657bd

%4
%54
%0
%26

Triadic Colors of #b657bd

#b657bd #bdb657 #57bdb6

Analogous Colors of #b657bd

#b657bd #bd5791 #8357bd

Monochromatic Colors of #b657bd

#b657bd

Complementary Color

#b657bd #5ebd57

#b657bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b657bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b657bd Color CSS Codes

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

#b657bd Text Font Color

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

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


#b657bd Background Color

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

This div background color is #b657bd


#b657bd Border Color

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

This div border color is #b657bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b657bd


Comments

No comments written yet.

Please login to write comment.