Color Hex Logo

#b407bd Color Hex

#B407BD
(180,7,189)
0 Favorites   0 Comments

Color spaces of #b407bd

RGB 1807189
HSL0.830.930.38
HSV297°96°74°
CMYK 0.050.960.00   0.26
XYZ28.083713.529449.2754
Yxy13.52940.30900.1489
Hunter Lab36.782371.9176-53.6801
CIE-Lab43.550376.3414-50.8783

#b407bd color RGB value is (180,7,189).

#b407bd hex color red value is 180, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b407bd hue: 0.83 , saturation: 0.93 and the lightness value of b407bd is 0.38.

The process color (four color CMYK) of #b407bd color hex is 0.05, 0.96, 0.00, 0.26. Web safe color of #b407bd is #cc00cc. Color #b407bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 10111101
Octal 264 7 275
Decimal 180 7 189
Hex B4 7 BD

RGB Percentages of Color #b407bd

%47.87
%1.86
%50.27

CMYK Percentages of Color #b407bd

%5
%96
%0
%26

Triadic Colors of #b407bd

#b407bd #bdb407 #07bdb4

Analogous Colors of #b407bd

#b407bd #bd076b #5907bd

Monochromatic Colors of #b407bd

#b407bd

Complementary Color

#b407bd #10bd07

#b407bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b407bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b407bd Color CSS Codes

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

#b407bd Text Font Color

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

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


#b407bd Background Color

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

This div background color is #b407bd


#b407bd Border Color

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

This div border color is #b407bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b407bd


Comments

No comments written yet.

Please login to write comment.