Color Hex Logo

#b138ac Color Hex

#B138AC
(177,56,172)
0 Favorites   0 Comments

Color spaces of #b138ac

RGB 17756172
HSL0.840.520.46
HSV302°68°69°
CMYK 0.000.680.03   0.31
XYZ26.992015.154040.5321
Yxy15.15400.32650.1833
Hunter Lab38.928155.6441-34.4832
CIE-Lab45.844462.0807-37.2437

#b138ac color RGB value is (177,56,172).

#b138ac hex color red value is 177, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b138ac hue: 0.84 , saturation: 0.52 and the lightness value of b138ac is 0.46.

The process color (four color CMYK) of #b138ac color hex is 0.00, 0.68, 0.03, 0.31. Web safe color of #b138ac is #993399. Color #b138ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 10101100
Octal 261 70 254
Decimal 177 56 172
Hex B1 38 AC

RGB Percentages of Color #b138ac

%43.70
%13.83
%42.47

CMYK Percentages of Color #b138ac

%0
%68
%3
%31

Triadic Colors of #b138ac

#b138ac #acb138 #38acb1

Analogous Colors of #b138ac

#b138ac #b13870 #7a38b1

Monochromatic Colors of #b138ac

#b138ac

Complementary Color

#b138ac #38b13d

#b138ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b138ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b138ac Color CSS Codes

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

#b138ac Text Font Color

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

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


#b138ac Background Color

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

This div background color is #b138ac


#b138ac Border Color

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

This div border color is #b138ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b138ac


Comments

No comments written yet.

Please login to write comment.