Color Hex Logo

#b42bea Color Hex

#B42BEA
(180,43,234)
0 Favorites   0 Comments

Color spaces of #b42bea

RGB 18043234
HSL0.790.820.54
HSV283°82°92°
CMYK 0.230.820.00   0.08
XYZ34.537617.371679.3746
Yxy17.37160.26310.1323
Hunter Lab41.679374.9757-83.7373
CIE-Lab48.724977.8105-68.4045

#b42bea color RGB value is (180,43,234).

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

The process color (four color CMYK) of #b42bea color hex is 0.23, 0.82, 0.00, 0.08. Web safe color of #b42bea is #cc33ff. Color #b42bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101011 11101010
Octal 264 53 352
Decimal 180 43 234
Hex B4 2B EA

RGB Percentages of Color #b42bea

%39.39
%9.41
%51.20

CMYK Percentages of Color #b42bea

%23
%82
%0
%8

Triadic Colors of #b42bea

#b42bea #eab42b #2beab4

Analogous Colors of #b42bea

#b42bea #ea2bc1 #542bea

Monochromatic Colors of #b42bea

#b42bea

Complementary Color

#b42bea #61ea2b

#b42bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42bea Color CSS Codes

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

#b42bea Text Font Color

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

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


#b42bea Background Color

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

This div background color is #b42bea


#b42bea Border Color

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

This div border color is #b42bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42bea


Comments

No comments written yet.

Please login to write comment.