Color Hex Logo

#b40ddb Color Hex

#B40DDB
(180,13,219)
0 Favorites   0 Comments

Color spaces of #b40ddb

RGB 18013219
HSL0.800.890.45
HSV289°94°86°
CMYK 0.180.940.00   0.14
XYZ31.752515.105668.2600
Yxy15.10560.27580.1312
Hunter Lab38.865977.8147-76.9245
CIE-Lab45.778580.6498-64.6571

#b40ddb color RGB value is (180,13,219).

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

The process color (four color CMYK) of #b40ddb color hex is 0.18, 0.94, 0.00, 0.14. Web safe color of #b40ddb is #cc00cc. Color #b40ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001101 11011011
Octal 264 15 333
Decimal 180 13 219
Hex B4 D DB

RGB Percentages of Color #b40ddb

%43.69
%3.16
%53.16

CMYK Percentages of Color #b40ddb

%18
%94
%0
%14

Triadic Colors of #b40ddb

#b40ddb #dbb40d #0ddbb4

Analogous Colors of #b40ddb

#b40ddb #db0d9b #4d0ddb

Monochromatic Colors of #b40ddb

#b40ddb

Complementary Color

#b40ddb #34db0d

#b40ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40ddb Color CSS Codes

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

#b40ddb Text Font Color

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

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


#b40ddb Background Color

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

This div background color is #b40ddb


#b40ddb Border Color

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

This div border color is #b40ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40ddb


Comments

No comments written yet.

Please login to write comment.