Color Hex Logo

#b42adb Color Hex

#B42ADB
(180,42,219)
0 Favorites   0 Comments

Color spaces of #b42adb

RGB 18042219
HSL0.800.710.51
HSV287°81°86°
CMYK 0.180.810.00   0.14
XYZ32.436516.473768.4880
Yxy16.47370.27630.1403
Hunter Lab40.587871.6229-71.6347
CIE-Lab47.589975.3153-61.7243

#b42adb color RGB value is (180,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 11011011
Octal 264 52 333
Decimal 180 42 219
Hex B4 2A DB

RGB Percentages of Color #b42adb

%40.82
%9.52
%49.66

CMYK Percentages of Color #b42adb

%18
%81
%0
%14

Triadic Colors of #b42adb

#b42adb #dbb42a #2adbb4

Analogous Colors of #b42adb

#b42adb #db2aaa #5b2adb

Monochromatic Colors of #b42adb

#b42adb

Complementary Color

#b42adb #51db2a

#b42adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42adb Color CSS Codes

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

#b42adb Text Font Color

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

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


#b42adb Background Color

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

This div background color is #b42adb


#b42adb Border Color

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

This div border color is #b42adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42adb


Comments

No comments written yet.

Please login to write comment.