Color Hex Logo

#b19cfc Color Hex

#B19CFC
(177,156,252)
0 Favorites   0 Comments

Color spaces of #b19cfc

RGB 177156252
HSL0.700.940.80
HSV253°38°99°
CMYK 0.300.380.00   0.01
XYZ47.590640.152397.3373
Yxy40.15230.25710.2169
Hunter Lab63.365823.1713-46.7202
CIE-Lab69.577928.1668-45.1171

#b19cfc color RGB value is (177,156,252).

#b19cfc hex color red value is 177, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b19cfc hue: 0.70 , saturation: 0.94 and the lightness value of b19cfc is 0.80.

The process color (four color CMYK) of #b19cfc color hex is 0.30, 0.38, 0.00, 0.01. Web safe color of #b19cfc is #9999ff. Color #b19cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 11111100
Octal 261 234 374
Decimal 177 156 252
Hex B1 9C FC

RGB Percentages of Color #b19cfc

%30.26
%26.67
%43.08

CMYK Percentages of Color #b19cfc

%30
%38
%0
%1

Triadic Colors of #b19cfc

#b19cfc #fcb19c #9cfcb1

Analogous Colors of #b19cfc

#b19cfc #e19cfc #9cb7fc

Monochromatic Colors of #b19cfc

#b19cfc

Complementary Color

#b19cfc #e7fc9c

#b19cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19cfc Color CSS Codes

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

#b19cfc Text Font Color

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

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


#b19cfc Background Color

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

This div background color is #b19cfc


#b19cfc Border Color

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

This div border color is #b19cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.