Color Hex Logo

#b42beb Color Hex

#B42BEB
(180,43,235)
0 Favorites   0 Comments

Color spaces of #b42beb

RGB 18043235
HSL0.790.830.55
HSV283°82°92°
CMYK 0.230.820.00   0.08
XYZ34.681717.429280.1335
Yxy17.42920.26230.1318
Hunter Lab41.748375.2264-84.5800
CIE-Lab48.796377.9980-68.8532

#b42beb color RGB value is (180,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101011 11101011
Octal 264 53 353
Decimal 180 43 235
Hex B4 2B EB

RGB Percentages of Color #b42beb

%39.30
%9.39
%51.31

CMYK Percentages of Color #b42beb

%23
%82
%0
%8

Triadic Colors of #b42beb

#b42beb #ebb42b #2bebb4

Analogous Colors of #b42beb

#b42beb #eb2bc2 #542beb

Monochromatic Colors of #b42beb

#b42beb

Complementary Color

#b42beb #62eb2b

#b42beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42beb Color CSS Codes

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

#b42beb Text Font Color

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

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


#b42beb Background Color

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

This div background color is #b42beb


#b42beb Border Color

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

This div border color is #b42beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42beb


Comments

No comments written yet.

Please login to write comment.