Color Hex Logo

#b434bd Color Hex

#B434BD
(180,52,189)
0 Favorites   0 Comments

Color spaces of #b434bd

RGB 18052189
HSL0.820.570.47
HSV296°72°74°
CMYK 0.050.720.00   0.26
XYZ29.235715.833449.6594
Yxy15.83340.30860.1671
Hunter Lab39.791261.5143-46.1400
CIE-Lab46.755267.0202-45.7506

#b434bd color RGB value is (180,52,189).

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

The process color (four color CMYK) of #b434bd color hex is 0.05, 0.72, 0.00, 0.26. Web safe color of #b434bd is #cc33cc. Color #b434bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 10111101
Octal 264 64 275
Decimal 180 52 189
Hex B4 34 BD

RGB Percentages of Color #b434bd

%42.76
%12.35
%44.89

CMYK Percentages of Color #b434bd

%5
%72
%0
%26

Triadic Colors of #b434bd

#b434bd #bdb434 #34bdb4

Analogous Colors of #b434bd

#b434bd #bd3482 #7034bd

Monochromatic Colors of #b434bd

#b434bd

Complementary Color

#b434bd #3dbd34

#b434bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b434bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b434bd Color CSS Codes

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

#b434bd Text Font Color

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

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


#b434bd Background Color

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

This div background color is #b434bd


#b434bd Border Color

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

This div border color is #b434bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b434bd


Comments

No comments written yet.

Please login to write comment.