Color Hex Logo

#b477bd Color Hex

#B477BD
(180,119,189)
0 Favorites   0 Comments

Color spaces of #b477bd

RGB 180119189
HSL0.810.350.60
HSV292°37°74°
CMYK 0.050.370.00   0.26
XYZ34.604526.571151.4490
Yxy26.57110.30730.2359
Hunter Lab51.547229.6226-23.0941
CIE-Lab58.575235.5824-27.1987

#b477bd color RGB value is (180,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 10111101
Octal 264 167 275
Decimal 180 119 189
Hex B4 77 BD

RGB Percentages of Color #b477bd

%36.89
%24.39
%38.73

CMYK Percentages of Color #b477bd

%5
%37
%0
%26

Triadic Colors of #b477bd

#b477bd #bdb477 #77bdb4

Analogous Colors of #b477bd

#b477bd #bd77a3 #9177bd

Monochromatic Colors of #b477bd

#b477bd

Complementary Color

#b477bd #80bd77

#b477bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477bd Color CSS Codes

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

#b477bd Text Font Color

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

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


#b477bd Background Color

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

This div background color is #b477bd


#b477bd Border Color

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

This div border color is #b477bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477bd


Comments

No comments written yet.

Please login to write comment.