Color Hex Logo

#b34efa Color Hex

#B34EFA
(179,78,250)
0 Favorites   0 Comments

Color spaces of #b34efa

RGB 17978250
HSL0.760.950.64
HSV275°69°98°
CMYK 0.280.690.00   0.02
XYZ38.570121.934692.6434
Yxy21.93460.25180.1432
Hunter Lab46.834465.0421-84.4979
CIE-Lab53.957568.6342-68.9005

#b34efa color RGB value is (179,78,250).

#b34efa hex color red value is 179, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b34efa hue: 0.76 , saturation: 0.95 and the lightness value of b34efa is 0.64.

The process color (four color CMYK) of #b34efa color hex is 0.28, 0.69, 0.00, 0.02. Web safe color of #b34efa is #cc66ff. Color #b34efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 11111010
Octal 263 116 372
Decimal 179 78 250
Hex B3 4E FA

RGB Percentages of Color #b34efa

%35.31
%15.38
%49.31

CMYK Percentages of Color #b34efa

%28
%69
%0
%2

Triadic Colors of #b34efa

#b34efa #fab34e #4efab3

Analogous Colors of #b34efa

#b34efa #fa4eeb #5d4efa

Monochromatic Colors of #b34efa

#b34efa

Complementary Color

#b34efa #95fa4e

#b34efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34efa Color CSS Codes

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

#b34efa Text Font Color

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

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


#b34efa Background Color

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

This div background color is #b34efa


#b34efa Border Color

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

This div border color is #b34efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34efa

Related Colors


Comments

No comments written yet.

Please login to write comment.