Color Hex Logo

#b354ae Color Hex

#B354AE
(179,84,174)
0 Favorites   0 Comments

Color spaces of #b354ae

RGB 17984174
HSL0.840.380.52
HSV303°53°70°
CMYK 0.000.530.03   0.30
XYZ29.400718.980342.1584
Yxy18.98030.32470.2096
Hunter Lab43.566444.2192-26.8774
CIE-Lab50.664250.8048-30.8329

#b354ae color RGB value is (179,84,174).

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

The process color (four color CMYK) of #b354ae color hex is 0.00, 0.53, 0.03, 0.30. Web safe color of #b354ae is #cc6699. Color #b354ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 10101110
Octal 263 124 256
Decimal 179 84 174
Hex B3 54 AE

RGB Percentages of Color #b354ae

%40.96
%19.22
%39.82

CMYK Percentages of Color #b354ae

%0
%53
%3
%30

Triadic Colors of #b354ae

#b354ae #aeb354 #54aeb3

Analogous Colors of #b354ae

#b354ae #b3547f #8954b3

Monochromatic Colors of #b354ae

#b354ae

Complementary Color

#b354ae #54b359

#b354ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b354ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b354ae Color CSS Codes

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

#b354ae Text Font Color

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

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


#b354ae Background Color

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

This div background color is #b354ae


#b354ae Border Color

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

This div border color is #b354ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b354ae


Comments

No comments written yet.

Please login to write comment.