Color Hex Logo

#b34adf Color Hex

#B34ADF
(179,74,223)
0 Favorites   0 Comments

Color spaces of #b34adf

RGB 17974223
HSL0.780.700.58
HSV282°67°87°
CMYK 0.200.670.00   0.13
XYZ34.358519.809071.8247
Yxy19.80900.27270.1572
Hunter Lab44.507359.9097-64.5255
CIE-Lab51.620664.7113-57.5138

#b34adf color RGB value is (179,74,223).

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

The process color (four color CMYK) of #b34adf color hex is 0.20, 0.67, 0.00, 0.13. Web safe color of #b34adf is #cc33cc. Color #b34adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001010 11011111
Octal 263 112 337
Decimal 179 74 223
Hex B3 4A DF

RGB Percentages of Color #b34adf

%37.61
%15.55
%46.85

CMYK Percentages of Color #b34adf

%20
%67
%0
%13

Triadic Colors of #b34adf

#b34adf #dfb34a #4adfb3

Analogous Colors of #b34adf

#b34adf #df4ac1 #694adf

Monochromatic Colors of #b34adf

#b34adf

Complementary Color

#b34adf #76df4a

#b34adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34adf Color CSS Codes

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

#b34adf Text Font Color

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

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


#b34adf Background Color

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

This div background color is #b34adf


#b34adf Border Color

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

This div border color is #b34adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34adf


Comments

No comments written yet.

Please login to write comment.