Color Hex Logo

#b34cef Color Hex

#B34CEF
(179,76,239)
0 Favorites   0 Comments

Color spaces of #b34cef

RGB 17976239
HSL0.770.840.62
HSV278°68°94°
CMYK 0.250.680.00   0.06
XYZ36.754820.984683.7746
Yxy20.98460.25970.1483
Hunter Lab45.809063.0538-76.3622
CIE-Lab52.932667.1509-64.4161

#b34cef color RGB value is (179,76,239).

#b34cef hex color red value is 179, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b34cef hue: 0.77 , saturation: 0.84 and the lightness value of b34cef is 0.62.

The process color (four color CMYK) of #b34cef color hex is 0.25, 0.68, 0.00, 0.06. Web safe color of #b34cef is #cc33ff. Color #b34cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 11101111
Octal 263 114 357
Decimal 179 76 239
Hex B3 4C EF

RGB Percentages of Color #b34cef

%36.23
%15.38
%48.38

CMYK Percentages of Color #b34cef

%25
%68
%0
%6

Triadic Colors of #b34cef

#b34cef #efb34c #4cefb3

Analogous Colors of #b34cef

#b34cef #ef4cda #624cef

Monochromatic Colors of #b34cef

#b34cef

Complementary Color

#b34cef #88ef4c

#b34cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34cef Color CSS Codes

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

#b34cef Text Font Color

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

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


#b34cef Background Color

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

This div background color is #b34cef


#b34cef Border Color

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

This div border color is #b34cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34cef


Comments

No comments written yet.

Please login to write comment.