Color Hex Logo

#b34dda Color Hex

#B34DDA
(179,77,218)
0 Favorites   0 Comments

Color spaces of #b34dda

RGB 17977218
HSL0.790.660.58
HSV283°65°85°
CMYK 0.180.650.00   0.15
XYZ33.899219.953468.3944
Yxy19.95340.27730.1632
Hunter Lab44.669257.2914-59.5122
CIE-Lab51.784562.4105-54.4142

#b34dda color RGB value is (179,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001101 11011010
Octal 263 115 332
Decimal 179 77 218
Hex B3 4D DA

RGB Percentages of Color #b34dda

%37.76
%16.24
%45.99

CMYK Percentages of Color #b34dda

%18
%65
%0
%15

Triadic Colors of #b34dda

#b34dda #dab34d #4ddab3

Analogous Colors of #b34dda

#b34dda #da4dbb #6d4dda

Monochromatic Colors of #b34dda

#b34dda

Complementary Color

#b34dda #74da4d

#b34dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34dda Color CSS Codes

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

#b34dda Text Font Color

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

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


#b34dda Background Color

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

This div background color is #b34dda


#b34dda Border Color

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

This div border color is #b34dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34dda


Comments

No comments written yet.

Please login to write comment.