Color Hex Logo

#b34adb Color Hex

#B34ADB
(179,74,219)
0 Favorites   0 Comments

Color spaces of #b34adb

RGB 17974219
HSL0.790.670.57
HSV283°66°86°
CMYK 0.180.660.00   0.14
XYZ33.825419.595769.0174
Yxy19.59570.27630.1600
Hunter Lab44.267058.9284-61.4530
CIE-Lab51.377063.9094-55.6353

#b34adb color RGB value is (179,74,219).

#b34adb hex color red value is 179, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b34adb hue: 0.79 , saturation: 0.67 and the lightness value of b34adb is 0.57.

The process color (four color CMYK) of #b34adb color hex is 0.18, 0.66, 0.00, 0.14. Web safe color of #b34adb is #cc33cc. Color #b34adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001010 11011011
Octal 263 112 333
Decimal 179 74 219
Hex B3 4A DB

RGB Percentages of Color #b34adb

%37.92
%15.68
%46.40

CMYK Percentages of Color #b34adb

%18
%66
%0
%14

Triadic Colors of #b34adb

#b34adb #dbb34a #4adbb3

Analogous Colors of #b34adb

#b34adb #db4abb #6b4adb

Monochromatic Colors of #b34adb

#b34adb

Complementary Color

#b34adb #72db4a

#b34adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34adb Color CSS Codes

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

#b34adb Text Font Color

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

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


#b34adb Background Color

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

This div background color is #b34adb


#b34adb Border Color

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

This div border color is #b34adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34adb


Comments

No comments written yet.

Please login to write comment.