Color Hex Logo

#b343ae Color Hex

#B343AE
(179,67,174)
0 Favorites   0 Comments

Color spaces of #b343ae

RGB 17967174
HSL0.840.460.48
HSV303°63°70°
CMYK 0.000.630.03   0.30
XYZ28.237516.654041.7707
Yxy16.65400.32580.1922
Hunter Lab40.809352.0946-32.1202
CIE-Lab47.821158.5398-35.2865

#b343ae color RGB value is (179,67,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 10101110
Octal 263 103 256
Decimal 179 67 174
Hex B3 43 AE

RGB Percentages of Color #b343ae

%42.62
%15.95
%41.43

CMYK Percentages of Color #b343ae

%0
%63
%3
%30

Triadic Colors of #b343ae

#b343ae #aeb343 #43aeb3

Analogous Colors of #b343ae

#b343ae #b34376 #8043b3

Monochromatic Colors of #b343ae

#b343ae

Complementary Color

#b343ae #43b348

#b343ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b343ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b343ae Color CSS Codes

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

#b343ae Text Font Color

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

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


#b343ae Background Color

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

This div background color is #b343ae


#b343ae Border Color

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

This div border color is #b343ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b343ae


Comments

No comments written yet.

Please login to write comment.