Color Hex Logo

#b41dbf Color Hex

#B41DBF
(180,29,191)
0 Favorites   0 Comments

Color spaces of #b41dbf

RGB 18029191
HSL0.820.740.43
HSV296°85°75°
CMYK 0.060.850.00   0.25
XYZ28.665714.343650.5480
Yxy14.34360.30640.1533
Hunter Lab37.872968.8274-52.6217
CIE-Lab44.721773.5771-50.1693

#b41dbf color RGB value is (180,29,191).

#b41dbf hex color red value is 180, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b41dbf hue: 0.82 , saturation: 0.74 and the lightness value of b41dbf is 0.43.

The process color (four color CMYK) of #b41dbf color hex is 0.06, 0.85, 0.00, 0.25. Web safe color of #b41dbf is #cc33cc. Color #b41dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011101 10111111
Octal 264 35 277
Decimal 180 29 191
Hex B4 1D BF

RGB Percentages of Color #b41dbf

%45.00
%7.25
%47.75

CMYK Percentages of Color #b41dbf

%6
%85
%0
%25

Triadic Colors of #b41dbf

#b41dbf #bfb41d #1dbfb4

Analogous Colors of #b41dbf

#b41dbf #bf1d79 #631dbf

Monochromatic Colors of #b41dbf

#b41dbf

Complementary Color

#b41dbf #28bf1d

#b41dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41dbf Color CSS Codes

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

#b41dbf Text Font Color

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

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


#b41dbf Background Color

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

This div background color is #b41dbf


#b41dbf Border Color

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

This div border color is #b41dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41dbf


Comments

No comments written yet.

Please login to write comment.