Color Hex Logo

#b445bd Color Hex

#B445BD
(180,69,189)
0 Favorites   0 Comments

Color spaces of #b445bd

RGB 18069189
HSL0.820.480.51
HSV296°63°74°
CMYK 0.050.630.00   0.26
XYZ30.135817.633749.9594
Yxy17.63370.30840.1804
Hunter Lab41.992554.6132-41.1439
CIE-Lab49.048860.5627-42.1054

#b445bd color RGB value is (180,69,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 10111101
Octal 264 105 275
Decimal 180 69 189
Hex B4 45 BD

RGB Percentages of Color #b445bd

%41.10
%15.75
%43.15

CMYK Percentages of Color #b445bd

%5
%63
%0
%26

Triadic Colors of #b445bd

#b445bd #bdb445 #45bdb4

Analogous Colors of #b445bd

#b445bd #bd458a #7845bd

Monochromatic Colors of #b445bd

#b445bd

Complementary Color

#b445bd #4ebd45

#b445bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b445bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b445bd Color CSS Codes

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

#b445bd Text Font Color

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

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


#b445bd Background Color

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

This div background color is #b445bd


#b445bd Border Color

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

This div border color is #b445bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b445bd


Comments

No comments written yet.

Please login to write comment.