Color Hex Logo

#b13ebd Color Hex

#B13EBD
(177,62,189)
0 Favorites   0 Comments

Color spaces of #b13ebd

RGB 17762189
HSL0.820.510.49
HSV294°67°74°
CMYK 0.060.670.00   0.26
XYZ29.039416.466549.7919
Yxy16.46650.30470.1728
Hunter Lab40.578956.7264-44.3458
CIE-Lab47.580762.7048-44.4640

#b13ebd color RGB value is (177,62,189).

#b13ebd hex color red value is 177, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b13ebd hue: 0.82 , saturation: 0.51 and the lightness value of b13ebd is 0.49.

The process color (four color CMYK) of #b13ebd color hex is 0.06, 0.67, 0.00, 0.26. Web safe color of #b13ebd is #9933cc. Color #b13ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111110 10111101
Octal 261 76 275
Decimal 177 62 189
Hex B1 3E BD

RGB Percentages of Color #b13ebd

%41.36
%14.49
%44.16

CMYK Percentages of Color #b13ebd

%6
%67
%0
%26

Triadic Colors of #b13ebd

#b13ebd #bdb13e #3ebdb1

Analogous Colors of #b13ebd

#b13ebd #bd3e8a #723ebd

Monochromatic Colors of #b13ebd

#b13ebd

Complementary Color

#b13ebd #4abd3e

#b13ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13ebd Color CSS Codes

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

#b13ebd Text Font Color

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

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


#b13ebd Background Color

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

This div background color is #b13ebd


#b13ebd Border Color

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

This div border color is #b13ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13ebd


Comments

No comments written yet.

Please login to write comment.