Color Hex Logo

#b469bd Color Hex

#B469BD
(180,105,189)
0 Favorites   0 Comments

Color spaces of #b469bd

RGB 180105189
HSL0.820.390.58
HSV294°44°74°
CMYK 0.050.440.00   0.26
XYZ33.059323.480650.9339
Yxy23.48060.30760.2185
Hunter Lab48.456836.9810-28.4012
CIE-Lab55.564043.1667-31.8689

#b469bd color RGB value is (180,105,189).

#b469bd hex color red value is 180, green value is 105 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b469bd hue: 0.82 , saturation: 0.39 and the lightness value of b469bd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 10111101
Octal 264 151 275
Decimal 180 105 189
Hex B4 69 BD

RGB Percentages of Color #b469bd

%37.97
%22.15
%39.87

CMYK Percentages of Color #b469bd

%5
%44
%0
%26

Triadic Colors of #b469bd

#b469bd #bdb469 #69bdb4

Analogous Colors of #b469bd

#b469bd #bd699c #8a69bd

Monochromatic Colors of #b469bd

#b469bd

Complementary Color

#b469bd #72bd69

#b469bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b469bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b469bd Color CSS Codes

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

#b469bd Text Font Color

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

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


#b469bd Background Color

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

This div background color is #b469bd


#b469bd Border Color

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

This div border color is #b469bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b469bd


Comments

No comments written yet.

Please login to write comment.