Color Hex Logo

#b11ebc Color Hex

#B11EBC
(177,30,188)
0 Favorites   0 Comments

Color spaces of #b11ebc

RGB 17730188
HSL0.820.720.43
HSV296°84°74°
CMYK 0.060.840.00   0.26
XYZ27.672813.906548.8027
Yxy13.90650.30620.1539
Hunter Lab37.291467.1993-51.4879
CIE-Lab44.098572.3462-49.4405

#b11ebc color RGB value is (177,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011110 10111100
Octal 261 36 274
Decimal 177 30 188
Hex B1 1E BC

RGB Percentages of Color #b11ebc

%44.81
%7.59
%47.59

CMYK Percentages of Color #b11ebc

%6
%84
%0
%26

Triadic Colors of #b11ebc

#b11ebc #bcb11e #1ebcb1

Analogous Colors of #b11ebc

#b11ebc #bc1e78 #621ebc

Monochromatic Colors of #b11ebc

#b11ebc

Complementary Color

#b11ebc #29bc1e

#b11ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11ebc Color CSS Codes

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

#b11ebc Text Font Color

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

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


#b11ebc Background Color

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

This div background color is #b11ebc


#b11ebc Border Color

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

This div border color is #b11ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11ebc


Comments

No comments written yet.

Please login to write comment.