Color Hex Logo

#b34bec Color Hex

#B34BEC
(179,75,236)
0 Favorites   0 Comments

Color spaces of #b34bec

RGB 17975236
HSL0.770.810.61
HSV279°68°93°
CMYK 0.240.680.00   0.07
XYZ36.246820.672081.4366
Yxy20.67200.26200.1494
Hunter Lab45.466562.7375-74.3699
CIE-Lab52.588666.9476-63.2883

#b34bec color RGB value is (179,75,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 11101100
Octal 263 113 354
Decimal 179 75 236
Hex B3 4B EC

RGB Percentages of Color #b34bec

%36.53
%15.31
%48.16

CMYK Percentages of Color #b34bec

%24
%68
%0
%7

Triadic Colors of #b34bec

#b34bec #ecb34b #4becb3

Analogous Colors of #b34bec

#b34bec #ec4bd5 #634bec

Monochromatic Colors of #b34bec

#b34bec

Complementary Color

#b34bec #84ec4b

#b34bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34bec Color CSS Codes

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

#b34bec Text Font Color

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

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


#b34bec Background Color

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

This div background color is #b34bec


#b34bec Border Color

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

This div border color is #b34bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,75,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34bec


Comments

No comments written yet.

Please login to write comment.