Color Hex Logo

#b355ac Color Hex

#B355AC
(179,85,172)
0 Favorites   0 Comments

Color spaces of #b355ac

RGB 17985172
HSL0.850.380.52
HSV304°53°70°
CMYK 0.000.530.04   0.30
XYZ29.285319.059341.1650
Yxy19.05930.32720.2129
Hunter Lab43.657043.3390-25.3458
CIE-Lab50.756549.9637-29.5196

#b355ac color RGB value is (179,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 10101100
Octal 263 125 254
Decimal 179 85 172
Hex B3 55 AC

RGB Percentages of Color #b355ac

%41.06
%19.50
%39.45

CMYK Percentages of Color #b355ac

%0
%53
%4
%30

Triadic Colors of #b355ac

#b355ac #acb355 #55acb3

Analogous Colors of #b355ac

#b355ac #b3557d #8b55b3

Monochromatic Colors of #b355ac

#b355ac

Complementary Color

#b355ac #55b35c

#b355ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355ac Color CSS Codes

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

#b355ac Text Font Color

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

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


#b355ac Background Color

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

This div background color is #b355ac


#b355ac Border Color

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

This div border color is #b355ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,85,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b355ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355ac


Comments

No comments written yet.

Please login to write comment.