Color Hex Logo

#b323ae Color Hex

#B323AE
(179,35,174)
0 Favorites   0 Comments

Color spaces of #b323ae

RGB 17935174
HSL0.840.670.42
HSV302°80°70°
CMYK 0.000.800.03   0.30
XYZ26.831413.841841.3020
Yxy13.84180.32730.1689
Hunter Lab37.204663.6236-39.7766
CIE-Lab44.005269.3553-41.3200

#b323ae color RGB value is (179,35,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100011 10101110
Octal 263 43 256
Decimal 179 35 174
Hex B3 23 AE

RGB Percentages of Color #b323ae

%46.13
%9.02
%44.85

CMYK Percentages of Color #b323ae

%0
%80
%3
%30

Triadic Colors of #b323ae

#b323ae #aeb323 #23aeb3

Analogous Colors of #b323ae

#b323ae #b32366 #7023b3

Monochromatic Colors of #b323ae

#b323ae

Complementary Color

#b323ae #23b328

#b323ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b323ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b323ae Color CSS Codes

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

#b323ae Text Font Color

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

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


#b323ae Background Color

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

This div background color is #b323ae


#b323ae Border Color

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

This div border color is #b323ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b323ae


Comments

No comments written yet.

Please login to write comment.