Color Hex Logo

#b34bda Color Hex

#B34BDA
(179,75,218)
0 Favorites   0 Comments

Color spaces of #b34bda

RGB 17975218
HSL0.790.660.57
HSV284°66°85°
CMYK 0.180.660.00   0.15
XYZ33.761419.677868.3484
Yxy19.67780.27720.1616
Hunter Lab44.359758.2239-60.3010
CIE-Lab51.471063.2808-54.9164

#b34bda color RGB value is (179,75,218).

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

The process color (four color CMYK) of #b34bda color hex is 0.18, 0.66, 0.00, 0.15. Web safe color of #b34bda is #cc33cc. Color #b34bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 11011010
Octal 263 113 332
Decimal 179 75 218
Hex B3 4B DA

RGB Percentages of Color #b34bda

%37.92
%15.89
%46.19

CMYK Percentages of Color #b34bda

%18
%66
%0
%15

Triadic Colors of #b34bda

#b34bda #dab34b #4bdab3

Analogous Colors of #b34bda

#b34bda #da4bba #6c4bda

Monochromatic Colors of #b34bda

#b34bda

Complementary Color

#b34bda #72da4b

#b34bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34bda Color CSS Codes

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

#b34bda Text Font Color

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

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


#b34bda Background Color

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

This div background color is #b34bda


#b34bda Border Color

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

This div border color is #b34bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34bda


Comments

No comments written yet.

Please login to write comment.