Color Hex Logo

#b424bd Color Hex

#B424BD
(180,36,189)
0 Favorites   0 Comments

Color spaces of #b424bd

RGB 18036189
HSL0.820.680.44
HSV296°81°74°
CMYK 0.050.810.00   0.26
XYZ28.638614.639249.4603
Yxy14.63920.30880.1579
Hunter Lab38.261266.6505-49.8614
CIE-Lab45.136071.6856-48.3362

#b424bd color RGB value is (180,36,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 10111101
Octal 264 44 275
Decimal 180 36 189
Hex B4 24 BD

RGB Percentages of Color #b424bd

%44.44
%8.89
%46.67

CMYK Percentages of Color #b424bd

%5
%81
%0
%26

Triadic Colors of #b424bd

#b424bd #bdb424 #24bdb4

Analogous Colors of #b424bd

#b424bd #bd247a #6824bd

Monochromatic Colors of #b424bd

#b424bd

Complementary Color

#b424bd #2dbd24

#b424bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b424bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b424bd Color CSS Codes

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

#b424bd Text Font Color

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

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


#b424bd Background Color

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

This div background color is #b424bd


#b424bd Border Color

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

This div border color is #b424bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b424bd


Comments

No comments written yet.

Please login to write comment.