Color Hex Logo

#b32beb Color Hex

#B32BEB
(179,43,235)
0 Favorites   0 Comments

Color spaces of #b32beb

RGB 17943235
HSL0.780.830.55
HSV283°82°92°
CMYK 0.240.820.00   0.08
XYZ34.449717.309680.1227
Yxy17.30960.26120.1313
Hunter Lab41.604874.9935-85.0575
CIE-Lab48.647877.8398-69.1012

#b32beb color RGB value is (179,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101011 11101011
Octal 263 53 353
Decimal 179 43 235
Hex B3 2B EB

RGB Percentages of Color #b32beb

%39.17
%9.41
%51.42

CMYK Percentages of Color #b32beb

%24
%82
%0
%8

Triadic Colors of #b32beb

#b32beb #ebb32b #2bebb3

Analogous Colors of #b32beb

#b32beb #eb2bc3 #532beb

Monochromatic Colors of #b32beb

#b32beb

Complementary Color

#b32beb #63eb2b

#b32beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32beb Color CSS Codes

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

#b32beb Text Font Color

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

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


#b32beb Background Color

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

This div background color is #b32beb


#b32beb Border Color

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

This div border color is #b32beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32beb


Comments

No comments written yet.

Please login to write comment.