Color Hex Logo

#b119bc Color Hex

#B119BC
(177,25,188)
0 Favorites   0 Comments

Color spaces of #b119bc

RGB 17725188
HSL0.820.770.42
HSV296°87°74°
CMYK 0.060.870.00   0.26
XYZ27.556213.673248.7638
Yxy13.67320.30620.1519
Hunter Lab36.977368.3114-52.3046
CIE-Lab43.760673.3369-49.9825

#b119bc color RGB value is (177,25,188).

#b119bc hex color red value is 177, green value is 25 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b119bc hue: 0.82 , saturation: 0.77 and the lightness value of b119bc is 0.42.

The process color (four color CMYK) of #b119bc color hex is 0.06, 0.87, 0.00, 0.26. Web safe color of #b119bc is #9900cc. Color #b119bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011001 10111100
Octal 261 31 274
Decimal 177 25 188
Hex B1 19 BC

RGB Percentages of Color #b119bc

%45.38
%6.41
%48.21

CMYK Percentages of Color #b119bc

%6
%87
%0
%26

Triadic Colors of #b119bc

#b119bc #bcb119 #19bcb1

Analogous Colors of #b119bc

#b119bc #bc1976 #5f19bc

Monochromatic Colors of #b119bc

#b119bc

Complementary Color

#b119bc #24bc19

#b119bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b119bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b119bc Color CSS Codes

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

#b119bc Text Font Color

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

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


#b119bc Background Color

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

This div background color is #b119bc


#b119bc Border Color

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

This div border color is #b119bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b119bc


Comments

No comments written yet.

Please login to write comment.