Color Hex Logo

#b325ae Color Hex

#B325AE
(179,37,174)
0 Favorites   0 Comments

Color spaces of #b325ae

RGB 17937174
HSL0.840.660.42
HSV302°79°70°
CMYK 0.000.790.03   0.30
XYZ26.892013.962841.3221
Yxy13.96280.32720.1699
Hunter Lab37.366863.0702-39.4091
CIE-Lab44.179568.8505-41.0429

#b325ae color RGB value is (179,37,174).

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

The process color (four color CMYK) of #b325ae color hex is 0.00, 0.79, 0.03, 0.30. Web safe color of #b325ae is #cc3399. Color #b325ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100101 10101110
Octal 263 45 256
Decimal 179 37 174
Hex B3 25 AE

RGB Percentages of Color #b325ae

%45.90
%9.49
%44.62

CMYK Percentages of Color #b325ae

%0
%79
%3
%30

Triadic Colors of #b325ae

#b325ae #aeb325 #25aeb3

Analogous Colors of #b325ae

#b325ae #b32567 #7125b3

Monochromatic Colors of #b325ae

#b325ae

Complementary Color

#b325ae #25b32a

#b325ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b325ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b325ae Color CSS Codes

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

#b325ae Text Font Color

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

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


#b325ae Background Color

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

This div background color is #b325ae


#b325ae Border Color

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

This div border color is #b325ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b325ae


Comments

No comments written yet.

Please login to write comment.