Color Hex Logo

#b438bd Color Hex

#B438BD
(180,56,189)
0 Favorites   0 Comments

Color spaces of #b438bd

RGB 18056189
HSL0.820.540.48
HSV296°70°74°
CMYK 0.050.700.00   0.26
XYZ29.421916.205849.7214
Yxy16.20580.30860.1700
Hunter Lab40.256460.0101-45.0506
CIE-Lab47.243365.6309-44.9729

#b438bd color RGB value is (180,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111000 10111101
Octal 264 70 275
Decimal 180 56 189
Hex B4 38 BD

RGB Percentages of Color #b438bd

%42.35
%13.18
%44.47

CMYK Percentages of Color #b438bd

%5
%70
%0
%26

Triadic Colors of #b438bd

#b438bd #bdb438 #38bdb4

Analogous Colors of #b438bd

#b438bd #bd3884 #7238bd

Monochromatic Colors of #b438bd

#b438bd

Complementary Color

#b438bd #41bd38

#b438bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b438bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b438bd Color CSS Codes

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

#b438bd Text Font Color

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

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


#b438bd Background Color

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

This div background color is #b438bd


#b438bd Border Color

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

This div border color is #b438bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b438bd


Comments

No comments written yet.

Please login to write comment.