Color Hex Logo

#b42ddb Color Hex

#B42DDB
(180,45,219)
0 Favorites   0 Comments

Color spaces of #b42ddb

RGB 18045219
HSL0.800.710.52
HSV287°79°86°
CMYK 0.180.790.00   0.14
XYZ32.547016.694568.5248
Yxy16.69450.27640.1418
Hunter Lab40.858970.6848-70.8345
CIE-Lab47.872874.4925-61.2673

#b42ddb color RGB value is (180,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 11011011
Octal 264 55 333
Decimal 180 45 219
Hex B4 2D DB

RGB Percentages of Color #b42ddb

%40.54
%10.14
%49.32

CMYK Percentages of Color #b42ddb

%18
%79
%0
%14

Triadic Colors of #b42ddb

#b42ddb #dbb42d #2ddbb4

Analogous Colors of #b42ddb

#b42ddb #db2dab #5d2ddb

Monochromatic Colors of #b42ddb

#b42ddb

Complementary Color

#b42ddb #54db2d

#b42ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ddb Color CSS Codes

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

#b42ddb Text Font Color

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

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


#b42ddb Background Color

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

This div background color is #b42ddb


#b42ddb Border Color

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

This div border color is #b42ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,45,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 #b42ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ddb


Comments

No comments written yet.

Please login to write comment.