Color Hex Logo

#b34beb Color Hex

#B34BEB
(179,75,235)
0 Favorites   0 Comments

Color spaces of #b34beb

RGB 17975235
HSL0.780.800.61
HSV279°68°92°
CMYK 0.240.680.00   0.08
XYZ36.101920.614080.6734
Yxy20.61400.26280.1500
Hunter Lab45.402662.4796-73.5672
CIE-Lab52.524466.7406-62.8301

#b34beb color RGB value is (179,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 11101011
Octal 263 113 353
Decimal 179 75 235
Hex B3 4B EB

RGB Percentages of Color #b34beb

%36.61
%15.34
%48.06

CMYK Percentages of Color #b34beb

%24
%68
%0
%8

Triadic Colors of #b34beb

#b34beb #ebb34b #4bebb3

Analogous Colors of #b34beb

#b34beb #eb4bd3 #634beb

Monochromatic Colors of #b34beb

#b34beb

Complementary Color

#b34beb #83eb4b

#b34beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34beb Color CSS Codes

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

#b34beb Text Font Color

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

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


#b34beb Background Color

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

This div background color is #b34beb


#b34beb Border Color

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

This div border color is #b34beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34beb


Comments

No comments written yet.

Please login to write comment.