Color Hex Logo

#b34fdd Color Hex

#B34FDD
(179,79,221)
0 Favorites   0 Comments

Color spaces of #b34fdd

RGB 17979221
HSL0.780.680.59
HSV282°64°87°
CMYK 0.190.640.00   0.13
XYZ34.437520.396170.5284
Yxy20.39610.27470.1627
Hunter Lab45.162057.0784-60.9782
CIE-Lab52.282162.1325-55.3194

#b34fdd color RGB value is (179,79,221).

#b34fdd hex color red value is 179, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b34fdd hue: 0.78 , saturation: 0.68 and the lightness value of b34fdd is 0.59.

The process color (four color CMYK) of #b34fdd color hex is 0.19, 0.64, 0.00, 0.13. Web safe color of #b34fdd is #cc66cc. Color #b34fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 11011101
Octal 263 117 335
Decimal 179 79 221
Hex B3 4F DD

RGB Percentages of Color #b34fdd

%37.37
%16.49
%46.14

CMYK Percentages of Color #b34fdd

%19
%64
%0
%13

Triadic Colors of #b34fdd

#b34fdd #ddb34f #4fddb3

Analogous Colors of #b34fdd

#b34fdd #dd4fc0 #6c4fdd

Monochromatic Colors of #b34fdd

#b34fdd

Complementary Color

#b34fdd #79dd4f

#b34fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34fdd Color CSS Codes

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

#b34fdd Text Font Color

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

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


#b34fdd Background Color

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

This div background color is #b34fdd


#b34fdd Border Color

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

This div border color is #b34fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34fdd


Comments

No comments written yet.

Please login to write comment.