Color Hex Logo

#b421dc Color Hex

#B421DC
(180,33,220)
0 Favorites   0 Comments

Color spaces of #b421dc

RGB 18033220
HSL0.800.740.50
HSV287°85°86°
CMYK 0.180.850.00   0.14
XYZ32.284515.958369.0888
Yxy15.95830.27520.1360
Hunter Lab39.947874.3490-74.5771
CIE-Lab46.919777.6575-63.3794

#b421dc color RGB value is (180,33,220).

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

The process color (four color CMYK) of #b421dc color hex is 0.18, 0.85, 0.00, 0.14. Web safe color of #b421dc is #cc33cc. Color #b421dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 11011100
Octal 264 41 334
Decimal 180 33 220
Hex B4 21 DC

RGB Percentages of Color #b421dc

%41.57
%7.62
%50.81

CMYK Percentages of Color #b421dc

%18
%85
%0
%14

Triadic Colors of #b421dc

#b421dc #dcb421 #21dcb4

Analogous Colors of #b421dc

#b421dc #dc21a7 #5621dc

Monochromatic Colors of #b421dc

#b421dc

Complementary Color

#b421dc #49dc21

#b421dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b421dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b421dc Color CSS Codes

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

#b421dc Text Font Color

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

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


#b421dc Background Color

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

This div background color is #b421dc


#b421dc Border Color

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

This div border color is #b421dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b421dc


Comments

No comments written yet.

Please login to write comment.