Color Hex Logo

#b42dbd Color Hex

#B42DBD
(180,45,189)
0 Favorites   0 Comments

Color spaces of #b42dbd

RGB 18045189
HSL0.820.620.46
HSV296°76°74°
CMYK 0.050.760.00   0.26
XYZ28.946115.254249.5628
Yxy15.25420.30870.1627
Hunter Lab39.056663.9429-47.8993
CIE-Lab45.980469.2414-46.9864

#b42dbd color RGB value is (180,45,189).

#b42dbd hex color red value is 180, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b42dbd hue: 0.82 , saturation: 0.62 and the lightness value of b42dbd is 0.46.

The process color (four color CMYK) of #b42dbd color hex is 0.05, 0.76, 0.00, 0.26. Web safe color of #b42dbd is #cc33cc. Color #b42dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 10111101
Octal 264 55 275
Decimal 180 45 189
Hex B4 2D BD

RGB Percentages of Color #b42dbd

%43.48
%10.87
%45.65

CMYK Percentages of Color #b42dbd

%5
%76
%0
%26

Triadic Colors of #b42dbd

#b42dbd #bdb42d #2dbdb4

Analogous Colors of #b42dbd

#b42dbd #bd2d7e #6c2dbd

Monochromatic Colors of #b42dbd

#b42dbd

Complementary Color

#b42dbd #36bd2d

#b42dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42dbd Color CSS Codes

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

#b42dbd Text Font Color

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

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


#b42dbd Background Color

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

This div background color is #b42dbd


#b42dbd Border Color

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

This div border color is #b42dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42dbd


Comments

No comments written yet.

Please login to write comment.