Color Hex Logo

#b029bd Color Hex

#B029BD
(176,41,189)
0 Favorites   0 Comments

Color spaces of #b029bd

RGB 17641189
HSL0.820.640.45
HSV295°78°74°
CMYK 0.070.780.00   0.26
XYZ27.882714.490149.4714
Yxy14.49010.30360.1578
Hunter Lab38.065964.1334-50.4087
CIE-Lab44.927769.6078-48.7067

#b029bd color RGB value is (176,41,189).

#b029bd hex color red value is 176, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b029bd hue: 0.82 , saturation: 0.64 and the lightness value of b029bd is 0.45.

The process color (four color CMYK) of #b029bd color hex is 0.07, 0.78, 0.00, 0.26. Web safe color of #b029bd is #9933cc. Color #b029bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 10111101
Octal 260 51 275
Decimal 176 41 189
Hex B0 29 BD

RGB Percentages of Color #b029bd

%43.35
%10.10
%46.55

CMYK Percentages of Color #b029bd

%7
%78
%0
%26

Triadic Colors of #b029bd

#b029bd #bdb029 #29bdb0

Analogous Colors of #b029bd

#b029bd #bd2980 #6629bd

Monochromatic Colors of #b029bd

#b029bd

Complementary Color

#b029bd #36bd29

#b029bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b029bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b029bd Color CSS Codes

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

#b029bd Text Font Color

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

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


#b029bd Background Color

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

This div background color is #b029bd


#b029bd Border Color

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

This div border color is #b029bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b029bd


Comments

No comments written yet.

Please login to write comment.