Color Hex Logo

#b11384 Color Hex

#B11384
(177,19,132)
0 Favorites   0 Comments

Color spaces of #b11384

RGB 17719132
HSL0.880.810.38
HSV317°89°69°
CMYK 0.000.890.25   0.31
XYZ22.529211.478822.8580
Yxy11.47880.39620.2019
Hunter Lab33.880459.4052-16.2848
CIE-Lab40.375566.4395-21.6665

#b11384 color RGB value is (177,19,132).

#b11384 hex color red value is 177, green value is 19 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b11384 hue: 0.88 , saturation: 0.81 and the lightness value of b11384 is 0.38.

The process color (four color CMYK) of #b11384 color hex is 0.00, 0.89, 0.25, 0.31. Web safe color of #b11384 is #990099. Color #b11384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010011 10000100
Octal 261 23 204
Decimal 177 19 132
Hex B1 13 84

RGB Percentages of Color #b11384

%53.96
%5.79
%40.24

CMYK Percentages of Color #b11384

%0
%89
%25
%31

Triadic Colors of #b11384

#b11384 #84b113 #1384b1

Analogous Colors of #b11384

#b11384 #b11335 #8f13b1

Monochromatic Colors of #b11384

#b11384

Complementary Color

#b11384 #13b140

#b11384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11384 Color CSS Codes

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

#b11384 Text Font Color

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

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


#b11384 Background Color

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

This div background color is #b11384


#b11384 Border Color

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

This div border color is #b11384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11384


Comments

No comments written yet.

Please login to write comment.