Color Hex Logo

#b339ae Color Hex

#B339AE
(179,57,174)
0 Favorites   0 Comments

Color spaces of #b339ae

RGB 17957174
HSL0.840.520.46
HSV302°68°70°
CMYK 0.000.680.03   0.30
XYZ27.693515.566041.5893
Yxy15.56600.32640.1835
Hunter Lab39.453856.2491-34.8816
CIE-Lab46.399962.5093-37.5262

#b339ae color RGB value is (179,57,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 10101110
Octal 263 71 256
Decimal 179 57 174
Hex B3 39 AE

RGB Percentages of Color #b339ae

%43.66
%13.90
%42.44

CMYK Percentages of Color #b339ae

%0
%68
%3
%30

Triadic Colors of #b339ae

#b339ae #aeb339 #39aeb3

Analogous Colors of #b339ae

#b339ae #b33971 #7b39b3

Monochromatic Colors of #b339ae

#b339ae

Complementary Color

#b339ae #39b33e

#b339ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b339ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b339ae Color CSS Codes

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

#b339ae Text Font Color

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

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


#b339ae Background Color

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

This div background color is #b339ae


#b339ae Border Color

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

This div border color is #b339ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b339ae


Comments

No comments written yet.

Please login to write comment.