Color Hex Logo

#b439ac Color Hex

#B439AC
(180,57,172)
0 Favorites   0 Comments

Color spaces of #b439ac

RGB 18057172
HSL0.840.520.46
HSV304°68°71°
CMYK 0.000.680.04   0.29
XYZ27.731915.608140.5808
Yxy15.60810.33050.1860
Hunter Lab39.507156.1602-33.2464
CIE-Lab46.456162.4202-36.2467

#b439ac color RGB value is (180,57,172).

#b439ac hex color red value is 180, green value is 57 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b439ac hue: 0.84 , saturation: 0.52 and the lightness value of b439ac is 0.46.

The process color (four color CMYK) of #b439ac color hex is 0.00, 0.68, 0.04, 0.29. Web safe color of #b439ac is #cc3399. Color #b439ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111001 10101100
Octal 264 71 254
Decimal 180 57 172
Hex B4 39 AC

RGB Percentages of Color #b439ac

%44.01
%13.94
%42.05

CMYK Percentages of Color #b439ac

%0
%68
%4
%29

Triadic Colors of #b439ac

#b439ac #acb439 #39acb4

Analogous Colors of #b439ac

#b439ac #b4396f #7f39b4

Monochromatic Colors of #b439ac

#b439ac

Complementary Color

#b439ac #39b441

#b439ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b439ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b439ac Color CSS Codes

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

#b439ac Text Font Color

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

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


#b439ac Background Color

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

This div background color is #b439ac


#b439ac Border Color

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

This div border color is #b439ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b439ac


Comments

No comments written yet.

Please login to write comment.