Color Hex Logo

#b13bcd Color Hex

#B13BCD
(177,59,205)
0 Favorites   0 Comments

Color spaces of #b13bcd

RGB 17759205
HSL0.800.590.52
HSV288°71°80°
CMYK 0.140.710.00   0.20
XYZ30.714916.882859.3975
Yxy16.88280.28710.1578
Hunter Lab41.088761.5284-56.9471
CIE-Lab48.112066.7705-52.8798

#b13bcd color RGB value is (177,59,205).

#b13bcd hex color red value is 177, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b13bcd hue: 0.80 , saturation: 0.59 and the lightness value of b13bcd is 0.52.

The process color (four color CMYK) of #b13bcd color hex is 0.14, 0.71, 0.00, 0.20. Web safe color of #b13bcd is #9933cc. Color #b13bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11001101
Octal 261 73 315
Decimal 177 59 205
Hex B1 3B CD

RGB Percentages of Color #b13bcd

%40.14
%13.38
%46.49

CMYK Percentages of Color #b13bcd

%14
%71
%0
%20

Triadic Colors of #b13bcd

#b13bcd #cdb13b #3bcdb1

Analogous Colors of #b13bcd

#b13bcd #cd3ba0 #683bcd

Monochromatic Colors of #b13bcd

#b13bcd

Complementary Color

#b13bcd #57cd3b

#b13bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bcd Color CSS Codes

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

#b13bcd Text Font Color

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

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


#b13bcd Background Color

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

This div background color is #b13bcd


#b13bcd Border Color

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

This div border color is #b13bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bcd


Comments

No comments written yet.

Please login to write comment.