Color Hex Logo

#b41dda Color Hex

#B41DDA
(180,29,218)
0 Favorites   0 Comments

Color spaces of #b41dda

RGB 18029218
HSL0.800.770.48
HSV288°87°85°
CMYK 0.170.870.00   0.15
XYZ31.916615.644067.6671
Yxy15.64400.27700.1358
Hunter Lab39.552574.8224-73.7476
CIE-Lab46.503978.1196-62.9093

#b41dda color RGB value is (180,29,218).

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

The process color (four color CMYK) of #b41dda color hex is 0.17, 0.87, 0.00, 0.15. Web safe color of #b41dda is #cc33cc. Color #b41dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011101 11011010
Octal 264 35 332
Decimal 180 29 218
Hex B4 1D DA

RGB Percentages of Color #b41dda

%42.15
%6.79
%51.05

CMYK Percentages of Color #b41dda

%17
%87
%0
%15

Triadic Colors of #b41dda

#b41dda #dab41d #1ddab4

Analogous Colors of #b41dda

#b41dda #da1da2 #561dda

Monochromatic Colors of #b41dda

#b41dda

Complementary Color

#b41dda #43da1d

#b41dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41dda Color CSS Codes

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

#b41dda Text Font Color

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

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


#b41dda Background Color

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

This div background color is #b41dda


#b41dda Border Color

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

This div border color is #b41dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41dda


Comments

No comments written yet.

Please login to write comment.