Color Hex Logo

#b425aa Color Hex

#B425AA
(180,37,170)
0 Favorites   0 Comments

Color spaces of #b425aa

RGB 18037170
HSL0.840.660.43
HSV304°79°71°
CMYK 0.000.790.06   0.29
XYZ26.739713.928739.3094
Yxy13.92870.33430.1742
Hunter Lab37.321262.5788-36.3238
CIE-Lab44.130568.4410-38.7372

#b425aa color RGB value is (180,37,170).

#b425aa hex color red value is 180, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b425aa hue: 0.84 , saturation: 0.66 and the lightness value of b425aa is 0.43.

The process color (four color CMYK) of #b425aa color hex is 0.00, 0.79, 0.06, 0.29. Web safe color of #b425aa is #cc3399. Color #b425aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 10101010
Octal 264 45 252
Decimal 180 37 170
Hex B4 25 AA

RGB Percentages of Color #b425aa

%46.51
%9.56
%43.93

CMYK Percentages of Color #b425aa

%0
%79
%6
%29

Triadic Colors of #b425aa

#b425aa #aab425 #25aab4

Analogous Colors of #b425aa

#b425aa #b42562 #7725b4

Monochromatic Colors of #b425aa

#b425aa

Complementary Color

#b425aa #25b42f

#b425aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b425aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b425aa Color CSS Codes

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

#b425aa Text Font Color

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

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


#b425aa Background Color

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

This div background color is #b425aa


#b425aa Border Color

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

This div border color is #b425aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,37,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b425aa


Comments

No comments written yet.

Please login to write comment.