Color Hex Logo

#b18ecd Color Hex

#B18ECD
(177,142,205)
0 Favorites   0 Comments

Color spaces of #b18ecd

RGB 177142205
HSL0.760.390.68
HSV273°31°80°
CMYK 0.140.310.00   0.20
XYZ38.823933.100962.1005
Yxy33.10090.28970.2470
Hunter Lab57.533419.7695-23.7232
CIE-Lab64.242525.1125-27.5108

#b18ecd color RGB value is (177,142,205).

#b18ecd hex color red value is 177, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b18ecd hue: 0.76 , saturation: 0.39 and the lightness value of b18ecd is 0.68.

The process color (four color CMYK) of #b18ecd color hex is 0.14, 0.31, 0.00, 0.20. Web safe color of #b18ecd is #9999cc. Color #b18ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001110 11001101
Octal 261 216 315
Decimal 177 142 205
Hex B1 8E CD

RGB Percentages of Color #b18ecd

%33.78
%27.10
%39.12

CMYK Percentages of Color #b18ecd

%14
%31
%0
%20

Triadic Colors of #b18ecd

#b18ecd #cdb18e #8ecdb1

Analogous Colors of #b18ecd

#b18ecd #cd8eca #928ecd

Monochromatic Colors of #b18ecd

#b18ecd

Complementary Color

#b18ecd #aacd8e

#b18ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18ecd Color CSS Codes

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

#b18ecd Text Font Color

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

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


#b18ecd Background Color

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

This div background color is #b18ecd


#b18ecd Border Color

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

This div border color is #b18ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18ecd


Comments

No comments written yet.

Please login to write comment.