Color Hex Logo

#b421bd Color Hex

#B421BD
(180,33,189)
0 Favorites   0 Comments

Color spaces of #b421bd

RGB 18033189
HSL0.820.700.44
HSV297°83°74°
CMYK 0.050.830.00   0.26
XYZ28.551614.465149.4313
Yxy14.46510.30880.1565
Hunter Lab38.033067.4432-50.4358
CIE-Lab44.892772.3947-48.7256

#b421bd color RGB value is (180,33,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 10111101
Octal 264 41 275
Decimal 180 33 189
Hex B4 21 BD

RGB Percentages of Color #b421bd

%44.78
%8.21
%47.01

CMYK Percentages of Color #b421bd

%5
%83
%0
%26

Triadic Colors of #b421bd

#b421bd #bdb421 #21bdb4

Analogous Colors of #b421bd

#b421bd #bd2178 #6621bd

Monochromatic Colors of #b421bd

#b421bd

Complementary Color

#b421bd #2abd21

#b421bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b421bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b421bd Color CSS Codes

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

#b421bd Text Font Color

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

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


#b421bd Background Color

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

This div background color is #b421bd


#b421bd Border Color

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

This div border color is #b421bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b421bd


Comments

No comments written yet.

Please login to write comment.