Color Hex Logo

#b42ade Color Hex

#B42ADE
(180,42,222)
0 Favorites   0 Comments

Color spaces of #b42ade

RGB 18042222
HSL0.790.730.52
HSV286°81°87°
CMYK 0.190.810.00   0.13
XYZ32.835216.633270.5872
Yxy16.63320.27350.1385
Hunter Lab40.783872.3393-74.0684
CIE-Lab47.794575.8594-63.1048

#b42ade color RGB value is (180,42,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 11011110
Octal 264 52 336
Decimal 180 42 222
Hex B4 2A DE

RGB Percentages of Color #b42ade

%40.54
%9.46
%50.00

CMYK Percentages of Color #b42ade

%19
%81
%0
%13

Triadic Colors of #b42ade

#b42ade #deb42a #2adeb4

Analogous Colors of #b42ade

#b42ade #de2aae #5a2ade

Monochromatic Colors of #b42ade

#b42ade

Complementary Color

#b42ade #54de2a

#b42ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ade Color CSS Codes

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

#b42ade Text Font Color

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

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


#b42ade Background Color

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

This div background color is #b42ade


#b42ade Border Color

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

This div border color is #b42ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ade


Comments

No comments written yet.

Please login to write comment.