Color Hex Logo

#b34fdf Color Hex

#B34FDF
(179,79,223)
0 Favorites   0 Comments

Color spaces of #b34fdf

RGB 17979223
HSL0.780.690.59
HSV282°65°87°
CMYK 0.200.650.00   0.13
XYZ34.705720.503471.9404
Yxy20.50340.27300.1613
Hunter Lab45.280757.5714-62.5015
CIE-Lab52.401762.5402-56.2605

#b34fdf color RGB value is (179,79,223).

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

The process color (four color CMYK) of #b34fdf color hex is 0.20, 0.65, 0.00, 0.13. Web safe color of #b34fdf is #cc66cc. Color #b34fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 11011111
Octal 263 117 337
Decimal 179 79 223
Hex B3 4F DF

RGB Percentages of Color #b34fdf

%37.21
%16.42
%46.36

CMYK Percentages of Color #b34fdf

%20
%65
%0
%13

Triadic Colors of #b34fdf

#b34fdf #dfb34f #4fdfb3

Analogous Colors of #b34fdf

#b34fdf #df4fc3 #6b4fdf

Monochromatic Colors of #b34fdf

#b34fdf

Complementary Color

#b34fdf #7bdf4f

#b34fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34fdf Color CSS Codes

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

#b34fdf Text Font Color

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

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


#b34fdf Background Color

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

This div background color is #b34fdf


#b34fdf Border Color

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

This div border color is #b34fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34fdf


Comments

No comments written yet.

Please login to write comment.