Color Hex Logo

#b348ae Color Hex

#B348AE
(179,72,174)
0 Favorites   0 Comments

Color spaces of #b348ae

RGB 17972174
HSL0.840.430.49
HSV303°60°70°
CMYK 0.000.600.03   0.30
XYZ28.547817.274441.8741
Yxy17.27440.32550.1970
Hunter Lab41.562549.8710-30.6408
CIE-Lab48.603956.3830-34.0566

#b348ae color RGB value is (179,72,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 10101110
Octal 263 110 256
Decimal 179 72 174
Hex B3 48 AE

RGB Percentages of Color #b348ae

%42.12
%16.94
%40.94

CMYK Percentages of Color #b348ae

%0
%60
%3
%30

Triadic Colors of #b348ae

#b348ae #aeb348 #48aeb3

Analogous Colors of #b348ae

#b348ae #b34879 #8348b3

Monochromatic Colors of #b348ae

#b348ae

Complementary Color

#b348ae #48b34d

#b348ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b348ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b348ae Color CSS Codes

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

#b348ae Text Font Color

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

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


#b348ae Background Color

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

This div background color is #b348ae


#b348ae Border Color

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

This div border color is #b348ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b348ae


Comments

No comments written yet.

Please login to write comment.