Color Hex Logo

#b42bbe Color Hex

#B42BBE
(180,43,190)
0 Favorites   0 Comments

Color spaces of #b42bbe

RGB 18043190
HSL0.820.630.46
HSV296°77°75°
CMYK 0.050.770.00   0.25
XYZ28.980515.148850.1118
Yxy15.14880.30750.1607
Hunter Lab38.921564.7966-49.0915
CIE-Lab45.837369.9914-47.7991

#b42bbe color RGB value is (180,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101011 10111110
Octal 264 53 276
Decimal 180 43 190
Hex B4 2B BE

RGB Percentages of Color #b42bbe

%43.58
%10.41
%46.00

CMYK Percentages of Color #b42bbe

%5
%77
%0
%25

Triadic Colors of #b42bbe

#b42bbe #beb42b #2bbeb4

Analogous Colors of #b42bbe

#b42bbe #be2b7f #6b2bbe

Monochromatic Colors of #b42bbe

#b42bbe

Complementary Color

#b42bbe #35be2b

#b42bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42bbe Color CSS Codes

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

#b42bbe Text Font Color

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

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


#b42bbe Background Color

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

This div background color is #b42bbe


#b42bbe Border Color

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

This div border color is #b42bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42bbe


Comments

No comments written yet.

Please login to write comment.