Color Hex Logo

#b13dcb Color Hex

#B13DCB
(177,61,203)
0 Favorites   0 Comments

Color spaces of #b13dcb

RGB 17761203
HSL0.800.580.52
HSV289°70°80°
CMYK 0.130.700.00   0.20
XYZ30.579716.996458.1688
Yxy16.99640.28920.1607
Hunter Lab41.226760.2548-54.7965
CIE-Lab48.255565.6479-51.4978

#b13dcb color RGB value is (177,61,203).

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

The process color (four color CMYK) of #b13dcb color hex is 0.13, 0.70, 0.00, 0.20. Web safe color of #b13dcb is #9933cc. Color #b13dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111101 11001011
Octal 261 75 313
Decimal 177 61 203
Hex B1 3D CB

RGB Percentages of Color #b13dcb

%40.14
%13.83
%46.03

CMYK Percentages of Color #b13dcb

%13
%70
%0
%20

Triadic Colors of #b13dcb

#b13dcb #cbb13d #3dcbb1

Analogous Colors of #b13dcb

#b13dcb #cb3d9e #6a3dcb

Monochromatic Colors of #b13dcb

#b13dcb

Complementary Color

#b13dcb #57cb3d

#b13dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13dcb Color CSS Codes

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

#b13dcb Text Font Color

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

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


#b13dcb Background Color

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

This div background color is #b13dcb


#b13dcb Border Color

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

This div border color is #b13dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13dcb


Comments

No comments written yet.

Please login to write comment.