Color Hex Logo

#b42cbd Color Hex

#B42CBD
(180,44,189)
0 Favorites   0 Comments

Color spaces of #b42cbd

RGB 18044189
HSL0.820.620.46
HSV296°77°74°
CMYK 0.050.770.00   0.26
XYZ28.908415.178849.5503
Yxy15.17880.30870.1621
Hunter Lab38.960064.2675-48.1346
CIE-Lab45.878169.5362-47.1498

#b42cbd color RGB value is (180,44,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101100 10111101
Octal 264 54 275
Decimal 180 44 189
Hex B4 2C BD

RGB Percentages of Color #b42cbd

%43.58
%10.65
%45.76

CMYK Percentages of Color #b42cbd

%5
%77
%0
%26

Triadic Colors of #b42cbd

#b42cbd #bdb42c #2cbdb4

Analogous Colors of #b42cbd

#b42cbd #bd2c7e #6c2cbd

Monochromatic Colors of #b42cbd

#b42cbd

Complementary Color

#b42cbd #35bd2c

#b42cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42cbd Color CSS Codes

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

#b42cbd Text Font Color

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

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


#b42cbd Background Color

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

This div background color is #b42cbd


#b42cbd Border Color

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

This div border color is #b42cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42cbd


Comments

No comments written yet.

Please login to write comment.