Color Hex Logo

#b19ecc Color Hex

#B19ECC
(177,158,204)
0 Favorites   0 Comments

Color spaces of #b19ecc

RGB 177158204
HSL0.740.310.71
HSV265°23°80°
CMYK 0.130.230.00   0.20
XYZ41.257438.160562.3179
Yxy38.16050.29110.2692
Hunter Lab61.774211.1108-16.5699
CIE-Lab68.138715.9131-20.9865

#b19ecc color RGB value is (177,158,204).

#b19ecc hex color red value is 177, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b19ecc hue: 0.74 , saturation: 0.31 and the lightness value of b19ecc is 0.71.

The process color (four color CMYK) of #b19ecc color hex is 0.13, 0.23, 0.00, 0.20. Web safe color of #b19ecc is #9999cc. Color #b19ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011110 11001100
Octal 261 236 314
Decimal 177 158 204
Hex B1 9E CC

RGB Percentages of Color #b19ecc

%32.84
%29.31
%37.85

CMYK Percentages of Color #b19ecc

%13
%23
%0
%20

Triadic Colors of #b19ecc

#b19ecc #ccb19e #9eccb1

Analogous Colors of #b19ecc

#b19ecc #c89ecc #9ea2cc

Monochromatic Colors of #b19ecc

#b19ecc

Complementary Color

#b19ecc #b9cc9e

#b19ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19ecc Color CSS Codes

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

#b19ecc Text Font Color

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

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


#b19ecc Background Color

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

This div background color is #b19ecc


#b19ecc Border Color

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

This div border color is #b19ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19ecc


Comments

No comments written yet.

Please login to write comment.