Color Hex Logo

#b11cbc Color Hex

#B11CBC
(177,28,188)
0 Favorites   0 Comments

Color spaces of #b11cbc

RGB 17728188
HSL0.820.740.42
HSV296°85°74°
CMYK 0.060.850.00   0.26
XYZ27.623813.808548.7863
Yxy13.80850.30620.1531
Hunter Lab37.159867.6635-51.8287
CIE-Lab43.957072.7604-49.6673

#b11cbc color RGB value is (177,28,188).

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

The process color (four color CMYK) of #b11cbc color hex is 0.06, 0.85, 0.00, 0.26. Web safe color of #b11cbc is #9933cc. Color #b11cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011100 10111100
Octal 261 34 274
Decimal 177 28 188
Hex B1 1C BC

RGB Percentages of Color #b11cbc

%45.04
%7.12
%47.84

CMYK Percentages of Color #b11cbc

%6
%85
%0
%26

Triadic Colors of #b11cbc

#b11cbc #bcb11c #1cbcb1

Analogous Colors of #b11cbc

#b11cbc #bc1c77 #611cbc

Monochromatic Colors of #b11cbc

#b11cbc

Complementary Color

#b11cbc #27bc1c

#b11cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11cbc Color CSS Codes

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

#b11cbc Text Font Color

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

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


#b11cbc Background Color

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

This div background color is #b11cbc


#b11cbc Border Color

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

This div border color is #b11cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,28,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 #b11cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11cbc


Comments

No comments written yet.

Please login to write comment.