Color Hex Logo

#b355ad Color Hex

#B355AD
(179,85,173)
0 Favorites   0 Comments

Color spaces of #b355ad

RGB 17985173
HSL0.840.380.52
HSV304°53°70°
CMYK 0.000.530.03   0.30
XYZ29.381719.097841.6728
Yxy19.09780.32590.2118
Hunter Lab43.701043.5349-25.9475
CIE-Lab50.801450.1402-30.0343

#b355ad color RGB value is (179,85,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 10101101
Octal 263 125 255
Decimal 179 85 173
Hex B3 55 AD

RGB Percentages of Color #b355ad

%40.96
%19.45
%39.59

CMYK Percentages of Color #b355ad

%0
%53
%3
%30

Triadic Colors of #b355ad

#b355ad #adb355 #55adb3

Analogous Colors of #b355ad

#b355ad #b3557e #8a55b3

Monochromatic Colors of #b355ad

#b355ad

Complementary Color

#b355ad #55b35b

#b355ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355ad Color CSS Codes

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

#b355ad Text Font Color

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

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


#b355ad Background Color

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

This div background color is #b355ad


#b355ad Border Color

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

This div border color is #b355ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355ad


Comments

No comments written yet.

Please login to write comment.