Color Hex Logo

#b355ab Color Hex

#B355AB
(179,85,171)
0 Favorites   0 Comments

Color spaces of #b355ab

RGB 17985171
HSL0.850.380.52
HSV305°53°70°
CMYK 0.000.530.04   0.30
XYZ29.189619.021040.6610
Yxy19.02100.32840.2140
Hunter Lab43.613143.1446-24.7476
CIE-Lab50.711849.7883-29.0041

#b355ab color RGB value is (179,85,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 10101011
Octal 263 125 253
Decimal 179 85 171
Hex B3 55 AB

RGB Percentages of Color #b355ab

%41.15
%19.54
%39.31

CMYK Percentages of Color #b355ab

%0
%53
%4
%30

Triadic Colors of #b355ab

#b355ab #abb355 #55abb3

Analogous Colors of #b355ab

#b355ab #b3557c #8c55b3

Monochromatic Colors of #b355ab

#b355ab

Complementary Color

#b355ab #55b35d

#b355ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355ab Color CSS Codes

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

#b355ab Text Font Color

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

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


#b355ab Background Color

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

This div background color is #b355ab


#b355ab Border Color

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

This div border color is #b355ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355ab


Comments

No comments written yet.

Please login to write comment.