Color Hex Logo

#b13baf Color Hex

#B13BAF
(177,59,175)
0 Favorites   0 Comments

Color spaces of #b13baf

RGB 17759175
HSL0.840.500.46
HSV301°67°69°
CMYK 0.000.670.01   0.31
XYZ27.433315.570242.1169
Yxy15.57020.32230.1829
Hunter Lab39.459155.0458-35.6622
CIE-Lab46.405561.4437-38.1276

#b13baf color RGB value is (177,59,175).

#b13baf hex color red value is 177, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b13baf hue: 0.84 , saturation: 0.50 and the lightness value of b13baf is 0.46.

The process color (four color CMYK) of #b13baf color hex is 0.00, 0.67, 0.01, 0.31. Web safe color of #b13baf is #993399. Color #b13baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 10101111
Octal 261 73 257
Decimal 177 59 175
Hex B1 3B AF

RGB Percentages of Color #b13baf

%43.07
%14.36
%42.58

CMYK Percentages of Color #b13baf

%0
%67
%1
%31

Triadic Colors of #b13baf

#b13baf #afb13b #3bafb1

Analogous Colors of #b13baf

#b13baf #b13b74 #783bb1

Monochromatic Colors of #b13baf

#b13baf

Complementary Color

#b13baf #3bb13d

#b13baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13baf Color CSS Codes

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

#b13baf Text Font Color

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

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


#b13baf Background Color

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

This div background color is #b13baf


#b13baf Border Color

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

This div border color is #b13baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13baf


Comments

No comments written yet.

Please login to write comment.