Color Hex Logo

#b13ecb Color Hex

#B13ECB
(177,62,203)
0 Favorites   0 Comments

Color spaces of #b13ecb

RGB 17762203
HSL0.800.580.52
HSV289°69°80°
CMYK 0.130.690.00   0.20
XYZ30.633617.104258.1868
Yxy17.10420.28920.1615
Hunter Lab41.357259.8411-54.4669
CIE-Lab48.391165.2647-51.2808

#b13ecb color RGB value is (177,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111110 11001011
Octal 261 76 313
Decimal 177 62 203
Hex B1 3E CB

RGB Percentages of Color #b13ecb

%40.05
%14.03
%45.93

CMYK Percentages of Color #b13ecb

%13
%69
%0
%20

Triadic Colors of #b13ecb

#b13ecb #cbb13e #3ecbb1

Analogous Colors of #b13ecb

#b13ecb #cb3e9f #6b3ecb

Monochromatic Colors of #b13ecb

#b13ecb

Complementary Color

#b13ecb #58cb3e

#b13ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13ecb Color CSS Codes

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

#b13ecb Text Font Color

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

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


#b13ecb Background Color

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

This div background color is #b13ecb


#b13ecb Border Color

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

This div border color is #b13ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13ecb


Comments

No comments written yet.

Please login to write comment.