Color Hex Logo

#b13bad Color Hex

#B13BAD
(177,59,173)
0 Favorites   0 Comments

Color spaces of #b13bad

RGB 17759173
HSL0.840.500.46
HSV302°67°69°
CMYK 0.000.670.02   0.31
XYZ27.238315.492241.0898
Yxy15.49220.32500.1848
Hunter Lab39.360154.6467-34.3434
CIE-Lab46.301161.1089-37.1132

#b13bad color RGB value is (177,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 10101101
Octal 261 73 255
Decimal 177 59 173
Hex B1 3B AD

RGB Percentages of Color #b13bad

%43.28
%14.43
%42.30

CMYK Percentages of Color #b13bad

%0
%67
%2
%31

Triadic Colors of #b13bad

#b13bad #adb13b #3badb1

Analogous Colors of #b13bad

#b13bad #b13b72 #7a3bb1

Monochromatic Colors of #b13bad

#b13bad

Complementary Color

#b13bad #3bb13f

#b13bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bad Color CSS Codes

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

#b13bad Text Font Color

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

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


#b13bad Background Color

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

This div background color is #b13bad


#b13bad Border Color

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

This div border color is #b13bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,59,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 #b13bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bad


Comments

No comments written yet.

Please login to write comment.