Color Hex Logo

#b138ae Color Hex

#B138AE
(177,56,174)
0 Favorites   0 Comments

Color spaces of #b138ae

RGB 17756174
HSL0.840.520.46
HSV301°68°69°
CMYK 0.000.680.02   0.31
XYZ27.185615.231541.5515
Yxy15.23150.32380.1814
Hunter Lab39.027656.0403-35.8050
CIE-Lab45.949762.4110-38.2584

#b138ae color RGB value is (177,56,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 10101110
Octal 261 70 256
Decimal 177 56 174
Hex B1 38 AE

RGB Percentages of Color #b138ae

%43.49
%13.76
%42.75

CMYK Percentages of Color #b138ae

%0
%68
%2
%31

Triadic Colors of #b138ae

#b138ae #aeb138 #38aeb1

Analogous Colors of #b138ae

#b138ae #b13872 #7838b1

Monochromatic Colors of #b138ae

#b138ae

Complementary Color

#b138ae #38b13b

#b138ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b138ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b138ae Color CSS Codes

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

#b138ae Text Font Color

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

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


#b138ae Background Color

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

This div background color is #b138ae


#b138ae Border Color

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

This div border color is #b138ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b138ae


Comments

No comments written yet.

Please login to write comment.