Color Hex Logo

#b34ade Color Hex

#B34ADE
(179,74,222)
0 Favorites   0 Comments

Color spaces of #b34ade

RGB 17974222
HSL0.780.690.58
HSV283°67°87°
CMYK 0.190.670.00   0.13
XYZ34.224019.755271.1166
Yxy19.75520.27360.1579
Hunter Lab44.446859.6628-63.7535
CIE-Lab51.559364.5100-57.0454

#b34ade color RGB value is (179,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001010 11011110
Octal 263 112 336
Decimal 179 74 222
Hex B3 4A DE

RGB Percentages of Color #b34ade

%37.68
%15.58
%46.74

CMYK Percentages of Color #b34ade

%19
%67
%0
%13

Triadic Colors of #b34ade

#b34ade #deb34a #4adeb3

Analogous Colors of #b34ade

#b34ade #de4abf #694ade

Monochromatic Colors of #b34ade

#b34ade

Complementary Color

#b34ade #75de4a

#b34ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34ade Color CSS Codes

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

#b34ade Text Font Color

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

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


#b34ade Background Color

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

This div background color is #b34ade


#b34ade Border Color

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

This div border color is #b34ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34ade


Comments

No comments written yet.

Please login to write comment.