Color Hex Logo

#b42bbd Color Hex

#B42BBD
(180,43,189)
0 Favorites   0 Comments

Color spaces of #b42bbd

RGB 18043189
HSL0.820.630.45
HSV296°77°74°
CMYK 0.050.770.00   0.26
XYZ28.871615.105249.5380
Yxy15.10520.30870.1615
Hunter Lab38.865464.5862-48.3655
CIE-Lab45.777969.8253-47.3098

#b42bbd color RGB value is (180,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101011 10111101
Octal 264 53 275
Decimal 180 43 189
Hex B4 2B BD

RGB Percentages of Color #b42bbd

%43.69
%10.44
%45.87

CMYK Percentages of Color #b42bbd

%5
%77
%0
%26

Triadic Colors of #b42bbd

#b42bbd #bdb42b #2bbdb4

Analogous Colors of #b42bbd

#b42bbd #bd2b7d #6b2bbd

Monochromatic Colors of #b42bbd

#b42bbd

Complementary Color

#b42bbd #34bd2b

#b42bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42bbd Color CSS Codes

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

#b42bbd Text Font Color

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

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


#b42bbd Background Color

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

This div background color is #b42bbd


#b42bbd Border Color

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

This div border color is #b42bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42bbd


Comments

No comments written yet.

Please login to write comment.