Color Hex Logo

#b41ddd Color Hex

#B41DDD
(180,29,221)
0 Favorites   0 Comments

Color spaces of #b41ddd

RGB 18029221
HSL0.800.770.49
HSV287°87°87°
CMYK 0.190.870.00   0.13
XYZ32.312915.802569.7537
Yxy15.80250.27410.1341
Hunter Lab39.752475.5280-76.2099
CIE-Lab46.714378.6453-64.2832

#b41ddd color RGB value is (180,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011101 11011101
Octal 264 35 335
Decimal 180 29 221
Hex B4 1D DD

RGB Percentages of Color #b41ddd

%41.86
%6.74
%51.40

CMYK Percentages of Color #b41ddd

%19
%87
%0
%13

Triadic Colors of #b41ddd

#b41ddd #ddb41d #1dddb4

Analogous Colors of #b41ddd

#b41ddd #dd1da6 #541ddd

Monochromatic Colors of #b41ddd

#b41ddd

Complementary Color

#b41ddd #46dd1d

#b41ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41ddd Color CSS Codes

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

#b41ddd Text Font Color

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

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


#b41ddd Background Color

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

This div background color is #b41ddd


#b41ddd Border Color

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

This div border color is #b41ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41ddd


Comments

No comments written yet.

Please login to write comment.