Color Hex Logo

#b3538f Color Hex

#B3538F
(179,83,143)
0 Favorites   0 Comments

Color spaces of #b3538f

RGB 17983143
HSL0.900.390.51
HSV323°54°70°
CMYK 0.000.540.20   0.30
XYZ26.641617.753428.0092
Yxy17.75340.36800.2452
Hunter Lab42.134839.1287-9.9188
CIE-Lab49.195646.2075-14.7907

#b3538f color RGB value is (179,83,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 10001111
Octal 263 123 217
Decimal 179 83 143
Hex B3 53 8F

RGB Percentages of Color #b3538f

%44.20
%20.49
%35.31

CMYK Percentages of Color #b3538f

%0
%54
%20
%30

Triadic Colors of #b3538f

#b3538f #8fb353 #538fb3

Analogous Colors of #b3538f

#b3538f #b3535f #a753b3

Monochromatic Colors of #b3538f

#b3538f

Complementary Color

#b3538f #53b377

#b3538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3538f Color CSS Codes

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

#b3538f Text Font Color

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

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


#b3538f Background Color

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

This div background color is #b3538f


#b3538f Border Color

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

This div border color is #b3538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3538f


Comments

No comments written yet.

Please login to write comment.