Color Hex Logo

#b421df Color Hex

#B421DF
(180,33,223)
0 Favorites   0 Comments

Color spaces of #b421df

RGB 18033223
HSL0.800.750.50
HSV286°85°87°
CMYK 0.190.850.00   0.13
XYZ32.685516.118771.2005
Yxy16.11870.27240.1343
Hunter Lab40.148175.0618-77.0440
CIE-Lab47.129878.1903-64.7506

#b421df color RGB value is (180,33,223).

#b421df hex color red value is 180, green value is 33 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b421df hue: 0.80 , saturation: 0.75 and the lightness value of b421df is 0.50.

The process color (four color CMYK) of #b421df color hex is 0.19, 0.85, 0.00, 0.13. Web safe color of #b421df is #cc33cc. Color #b421df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 11011111
Octal 264 41 337
Decimal 180 33 223
Hex B4 21 DF

RGB Percentages of Color #b421df

%41.28
%7.57
%51.15

CMYK Percentages of Color #b421df

%19
%85
%0
%13

Triadic Colors of #b421df

#b421df #dfb421 #21dfb4

Analogous Colors of #b421df

#b421df #df21ab #5521df

Monochromatic Colors of #b421df

#b421df

Complementary Color

#b421df #4cdf21

#b421df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b421df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b421df Color CSS Codes

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

#b421df Text Font Color

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

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


#b421df Background Color

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

This div background color is #b421df


#b421df Border Color

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

This div border color is #b421df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,33,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b421df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b421df


Comments

No comments written yet.

Please login to write comment.