Color Hex Logo

#b474bd Color Hex

#B474BD
(180,116,189)
0 Favorites   0 Comments

Color spaces of #b474bd

RGB 180116189
HSL0.810.360.60
HSV293°39°74°
CMYK 0.050.390.00   0.26
XYZ34.253125.868251.3318
Yxy25.86820.30730.2321
Hunter Lab50.860831.2076-24.2365
CIE-Lab57.911737.2296-28.2242

#b474bd color RGB value is (180,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110100 10111101
Octal 264 164 275
Decimal 180 116 189
Hex B4 74 BD

RGB Percentages of Color #b474bd

%37.11
%23.92
%38.97

CMYK Percentages of Color #b474bd

%5
%39
%0
%26

Triadic Colors of #b474bd

#b474bd #bdb474 #74bdb4

Analogous Colors of #b474bd

#b474bd #bd74a2 #9074bd

Monochromatic Colors of #b474bd

#b474bd

Complementary Color

#b474bd #7dbd74

#b474bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b474bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b474bd Color CSS Codes

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

#b474bd Text Font Color

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

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


#b474bd Background Color

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

This div background color is #b474bd


#b474bd Border Color

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

This div border color is #b474bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b474bd


Comments

No comments written yet.

Please login to write comment.