Color Hex Logo

#b353a1 Color Hex

#B353A1
(179,83,161)
0 Favorites   0 Comments

Color spaces of #b353a1

RGB 17983161
HSL0.860.390.51
HSV311°54°70°
CMYK 0.000.540.10   0.30
XYZ28.116718.343435.7769
Yxy18.34340.34190.2231
Hunter Lab42.829242.2314-19.5468
CIE-Lab49.910049.0594-24.3722

#b353a1 color RGB value is (179,83,161).

#b353a1 hex color red value is 179, green value is 83 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b353a1 hue: 0.86 , saturation: 0.39 and the lightness value of b353a1 is 0.51.

The process color (four color CMYK) of #b353a1 color hex is 0.00, 0.54, 0.10, 0.30. Web safe color of #b353a1 is #cc6699. Color #b353a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 10100001
Octal 263 123 241
Decimal 179 83 161
Hex B3 53 A1

RGB Percentages of Color #b353a1

%42.32
%19.62
%38.06

CMYK Percentages of Color #b353a1

%0
%54
%10
%30

Triadic Colors of #b353a1

#b353a1 #a1b353 #53a1b3

Analogous Colors of #b353a1

#b353a1 #b35371 #9553b3

Monochromatic Colors of #b353a1

#b353a1

Complementary Color

#b353a1 #53b365

#b353a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353a1 Color CSS Codes

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

#b353a1 Text Font Color

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

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


#b353a1 Background Color

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

This div background color is #b353a1


#b353a1 Border Color

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

This div border color is #b353a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353a1


Comments

No comments written yet.

Please login to write comment.