Color Hex Logo

#b675bd Color Hex

#B675BD
(182,117,189)
0 Favorites   0 Comments

Color spaces of #b675bd

RGB 182117189
HSL0.820.350.60
HSV294°38°74°
CMYK 0.040.380.00   0.26
XYZ34.838026.341851.3924
Yxy26.34180.30950.2340
Hunter Lab51.324331.3452-23.4417
CIE-Lab58.360137.3110-27.5125

#b675bd color RGB value is (182,117,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 10111101
Octal 266 165 275
Decimal 182 117 189
Hex B6 75 BD

RGB Percentages of Color #b675bd

%37.30
%23.98
%38.73

CMYK Percentages of Color #b675bd

%4
%38
%0
%26

Triadic Colors of #b675bd

#b675bd #bdb675 #75bdb6

Analogous Colors of #b675bd

#b675bd #bd75a0 #9275bd

Monochromatic Colors of #b675bd

#b675bd

Complementary Color

#b675bd #7cbd75

#b675bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675bd Color CSS Codes

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

#b675bd Text Font Color

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

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


#b675bd Background Color

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

This div background color is #b675bd


#b675bd Border Color

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

This div border color is #b675bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675bd


Comments

No comments written yet.

Please login to write comment.