Color Hex Logo

#b13bdb Color Hex

#B13BDB
(177,59,219)
0 Favorites   0 Comments

Color spaces of #b13bdb

RGB 17759219
HSL0.790.690.55
HSV284°73°86°
CMYK 0.190.730.00   0.14
XYZ32.481617.589568.7010
Yxy17.58950.27350.1481
Hunter Lab41.939864.8501-67.7641
CIE-Lab48.994469.4236-59.4803

#b13bdb color RGB value is (177,59,219).

#b13bdb hex color red value is 177, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b13bdb hue: 0.79 , saturation: 0.69 and the lightness value of b13bdb is 0.55.

The process color (four color CMYK) of #b13bdb color hex is 0.19, 0.73, 0.00, 0.14. Web safe color of #b13bdb is #9933cc. Color #b13bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11011011
Octal 261 73 333
Decimal 177 59 219
Hex B1 3B DB

RGB Percentages of Color #b13bdb

%38.90
%12.97
%48.13

CMYK Percentages of Color #b13bdb

%19
%73
%0
%14

Triadic Colors of #b13bdb

#b13bdb #dbb13b #3bdbb1

Analogous Colors of #b13bdb

#b13bdb #db3bb5 #613bdb

Monochromatic Colors of #b13bdb

#b13bdb

Complementary Color

#b13bdb #65db3b

#b13bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bdb Color CSS Codes

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

#b13bdb Text Font Color

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

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


#b13bdb Background Color

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

This div background color is #b13bdb


#b13bdb Border Color

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

This div border color is #b13bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bdb


Comments

No comments written yet.

Please login to write comment.