Color Hex Logo

#b42add Color Hex

#B42ADD
(180,42,221)
0 Favorites   0 Comments

Color spaces of #b42add

RGB 18042221
HSL0.800.720.52
HSV286°81°87°
CMYK 0.190.810.00   0.13
XYZ32.701516.579769.8833
Yxy16.57970.27440.1391
Hunter Lab40.718272.0997-73.2548
CIE-Lab47.726075.6777-62.6455

#b42add color RGB value is (180,42,221).

#b42add hex color red value is 180, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b42add hue: 0.80 , saturation: 0.72 and the lightness value of b42add is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 11011101
Octal 264 52 335
Decimal 180 42 221
Hex B4 2A DD

RGB Percentages of Color #b42add

%40.63
%9.48
%49.89

CMYK Percentages of Color #b42add

%19
%81
%0
%13

Triadic Colors of #b42add

#b42add #ddb42a #2addb4

Analogous Colors of #b42add

#b42add #dd2aad #5b2add

Monochromatic Colors of #b42add

#b42add

Complementary Color

#b42add #53dd2a

#b42add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42add Color CSS Codes

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

#b42add Text Font Color

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

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


#b42add Background Color

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

This div background color is #b42add


#b42add Border Color

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

This div border color is #b42add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42add


Comments

No comments written yet.

Please login to write comment.