Color Hex Logo

#b34eda Color Hex

#B34EDA
(179,78,218)
0 Favorites   0 Comments

Color spaces of #b34eda

RGB 17978218
HSL0.790.650.58
HSV283°64°85°
CMYK 0.180.640.00   0.15
XYZ33.969720.094468.4179
Yxy20.09440.27730.1641
Hunter Lab44.826856.8203-59.1140
CIE-Lab51.943861.9695-54.1592

#b34eda color RGB value is (179,78,218).

#b34eda hex color red value is 179, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b34eda hue: 0.79 , saturation: 0.65 and the lightness value of b34eda is 0.58.

The process color (four color CMYK) of #b34eda color hex is 0.18, 0.64, 0.00, 0.15. Web safe color of #b34eda is #cc66cc. Color #b34eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 11011010
Octal 263 116 332
Decimal 179 78 218
Hex B3 4E DA

RGB Percentages of Color #b34eda

%37.68
%16.42
%45.89

CMYK Percentages of Color #b34eda

%18
%64
%0
%15

Triadic Colors of #b34eda

#b34eda #dab34e #4edab3

Analogous Colors of #b34eda

#b34eda #da4ebb #6d4eda

Monochromatic Colors of #b34eda

#b34eda

Complementary Color

#b34eda #75da4e

#b34eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34eda Color CSS Codes

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

#b34eda Text Font Color

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

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


#b34eda Background Color

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

This div background color is #b34eda


#b34eda Border Color

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

This div border color is #b34eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34eda


Comments

No comments written yet.

Please login to write comment.