Color Hex Logo

#b42dba Color Hex

#B42DBA
(180,45,186)
0 Favorites   0 Comments

Color spaces of #b42dba

RGB 18045186
HSL0.830.610.45
HSV297°76°73°
CMYK 0.030.760.00   0.27
XYZ28.623715.125247.8652
Yxy15.12520.31240.1651
Hunter Lab38.891163.3157-45.7473
CIE-Lab45.805268.7430-45.5115

#b42dba color RGB value is (180,45,186).

#b42dba hex color red value is 180, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b42dba hue: 0.83 , saturation: 0.61 and the lightness value of b42dba is 0.45.

The process color (four color CMYK) of #b42dba color hex is 0.03, 0.76, 0.00, 0.27. Web safe color of #b42dba is #cc33cc. Color #b42dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 10111010
Octal 264 55 272
Decimal 180 45 186
Hex B4 2D BA

RGB Percentages of Color #b42dba

%43.80
%10.95
%45.26

CMYK Percentages of Color #b42dba

%3
%76
%0
%27

Triadic Colors of #b42dba

#b42dba #bab42d #2dbab4

Analogous Colors of #b42dba

#b42dba #ba2d7a #6e2dba

Monochromatic Colors of #b42dba

#b42dba

Complementary Color

#b42dba #33ba2d

#b42dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42dba Color CSS Codes

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

#b42dba Text Font Color

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

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


#b42dba Background Color

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

This div background color is #b42dba


#b42dba Border Color

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

This div border color is #b42dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42dba


Comments

No comments written yet.

Please login to write comment.