Color Hex Logo

#b13181 Color Hex

#B13181
(177,49,129)
0 Favorites   0 Comments

Color spaces of #b13181

RGB 17749129
HSL0.900.570.44
HSV323°72°69°
CMYK 0.000.720.27   0.31
XYZ23.192213.128722.0806
Yxy13.12870.39710.2248
Hunter Lab36.233550.8447-10.7676
CIE-Lab42.956558.3203-15.8533

#b13181 color RGB value is (177,49,129).

#b13181 hex color red value is 177, green value is 49 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b13181 hue: 0.90 , saturation: 0.57 and the lightness value of b13181 is 0.44.

The process color (four color CMYK) of #b13181 color hex is 0.00, 0.72, 0.27, 0.31. Web safe color of #b13181 is #993399. Color #b13181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 10000001
Octal 261 61 201
Decimal 177 49 129
Hex B1 31 81

RGB Percentages of Color #b13181

%49.86
%13.80
%36.34

CMYK Percentages of Color #b13181

%0
%72
%27
%31

Triadic Colors of #b13181

#b13181 #81b131 #3181b1

Analogous Colors of #b13181

#b13181 #b13141 #a131b1

Monochromatic Colors of #b13181

#b13181

Complementary Color

#b13181 #31b161

#b13181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13181 Color CSS Codes

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

#b13181 Text Font Color

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

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


#b13181 Background Color

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

This div background color is #b13181


#b13181 Border Color

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

This div border color is #b13181


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,49,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b13181; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b13181;
  -webkit-box-shadow: 1px 1px 3px 2px #b13181;
  box-shadow:         1px 1px 3px 2px #b13181; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,49,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13181


Comments

No comments written yet.

Please login to write comment.