Color Hex Logo

#b34fda Color Hex

#B34FDA
(179,79,218)
0 Favorites   0 Comments

Color spaces of #b34fda

RGB 17979218
HSL0.790.650.58
HSV283°64°85°
CMYK 0.180.640.00   0.15
XYZ34.041320.237668.4417
Yxy20.23760.27740.1649
Hunter Lab44.986256.3460-58.7130
CIE-Lab52.104861.5246-53.9014

#b34fda color RGB value is (179,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 11011010
Octal 263 117 332
Decimal 179 79 218
Hex B3 4F DA

RGB Percentages of Color #b34fda

%37.61
%16.60
%45.80

CMYK Percentages of Color #b34fda

%18
%64
%0
%15

Triadic Colors of #b34fda

#b34fda #dab34f #4fdab3

Analogous Colors of #b34fda

#b34fda #da4fbc #6e4fda

Monochromatic Colors of #b34fda

#b34fda

Complementary Color

#b34fda #76da4f

#b34fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34fda Color CSS Codes

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

#b34fda Text Font Color

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

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


#b34fda Background Color

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

This div background color is #b34fda


#b34fda Border Color

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

This div border color is #b34fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34fda


Comments

No comments written yet.

Please login to write comment.