Color Hex Logo

#b84dac Color Hex

#B84DAC
(184,77,172)
0 Favorites   0 Comments

Color spaces of #b84dac

RGB 18477172
HSL0.850.430.51
HSV307°58°72°
CMYK 0.000.580.07   0.28
XYZ29.867418.476741.0219
Yxy18.47670.33420.2068
Hunter Lab42.984548.8061-26.4937
CIE-Lab50.069355.1488-30.5367

#b84dac color RGB value is (184,77,172).

#b84dac hex color red value is 184, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b84dac hue: 0.85 , saturation: 0.43 and the lightness value of b84dac is 0.51.

The process color (four color CMYK) of #b84dac color hex is 0.00, 0.58, 0.07, 0.28. Web safe color of #b84dac is #cc6699. Color #b84dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001101 10101100
Octal 270 115 254
Decimal 184 77 172
Hex B8 4D AC

RGB Percentages of Color #b84dac

%42.49
%17.78
%39.72

CMYK Percentages of Color #b84dac

%0
%58
%7
%28

Triadic Colors of #b84dac

#b84dac #acb84d #4dacb8

Analogous Colors of #b84dac

#b84dac #b84d77 #8f4db8

Monochromatic Colors of #b84dac

#b84dac

Complementary Color

#b84dac #4db859

#b84dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84dac Color CSS Codes

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

#b84dac Text Font Color

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

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


#b84dac Background Color

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

This div background color is #b84dac


#b84dac Border Color

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

This div border color is #b84dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,77,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b84dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b84dac;
  -webkit-box-shadow: 1px 1px 3px 2px #b84dac;
  box-shadow:         1px 1px 3px 2px #b84dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,77,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84dac


Comments

No comments written yet.

Please login to write comment.