Color Hex Logo

#b32ceb Color Hex

#B32CEB
(179,44,235)
0 Favorites   0 Comments

Color spaces of #b32ceb

RGB 17944235
HSL0.780.830.55
HSV282°81°92°
CMYK 0.240.810.00   0.08
XYZ34.486517.383280.1349
Yxy17.38320.26130.1317
Hunter Lab41.693274.6832-84.7711
CIE-Lab48.739377.5724-68.9526

#b32ceb color RGB value is (179,44,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101100 11101011
Octal 263 54 353
Decimal 179 44 235
Hex B3 2C EB

RGB Percentages of Color #b32ceb

%39.08
%9.61
%51.31

CMYK Percentages of Color #b32ceb

%24
%81
%0
%8

Triadic Colors of #b32ceb

#b32ceb #ebb32c #2cebb3

Analogous Colors of #b32ceb

#b32ceb #eb2cc4 #532ceb

Monochromatic Colors of #b32ceb

#b32ceb

Complementary Color

#b32ceb #64eb2c

#b32ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32ceb Color CSS Codes

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

#b32ceb Text Font Color

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

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


#b32ceb Background Color

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

This div background color is #b32ceb


#b32ceb Border Color

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

This div border color is #b32ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32ceb


Comments

No comments written yet.

Please login to write comment.