Color Hex Logo

#b426bd Color Hex

#B426BD
(180,38,189)
0 Favorites   0 Comments

Color spaces of #b426bd

RGB 18038189
HSL0.820.670.45
HSV296°80°74°
CMYK 0.050.800.00   0.26
XYZ28.700814.763649.4811
Yxy14.76360.30880.1588
Hunter Lab38.423466.0915-49.4563
CIE-Lab45.308771.1838-48.0600

#b426bd color RGB value is (180,38,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 10111101
Octal 264 46 275
Decimal 180 38 189
Hex B4 26 BD

RGB Percentages of Color #b426bd

%44.23
%9.34
%46.44

CMYK Percentages of Color #b426bd

%5
%80
%0
%26

Triadic Colors of #b426bd

#b426bd #bdb426 #26bdb4

Analogous Colors of #b426bd

#b426bd #bd267b #6926bd

Monochromatic Colors of #b426bd

#b426bd

Complementary Color

#b426bd #2fbd26

#b426bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b426bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b426bd Color CSS Codes

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

#b426bd Text Font Color

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

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


#b426bd Background Color

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

This div background color is #b426bd


#b426bd Border Color

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

This div border color is #b426bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b426bd


Comments

No comments written yet.

Please login to write comment.