Color Hex Logo

#b11eca Color Hex

#B11ECA
(177,30,202)
0 Favorites   0 Comments

Color spaces of #b11eca

RGB 17730202
HSL0.810.740.45
HSV291°85°79°
CMYK 0.120.850.00   0.21
XYZ29.256414.539957.1416
Yxy14.53990.28980.1440
Hunter Lab38.131270.2255-62.1573
CIE-Lab44.997574.6760-56.1541

#b11eca color RGB value is (177,30,202).

#b11eca hex color red value is 177, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b11eca hue: 0.81 , saturation: 0.74 and the lightness value of b11eca is 0.45.

The process color (four color CMYK) of #b11eca color hex is 0.12, 0.85, 0.00, 0.21. Web safe color of #b11eca is #9933cc. Color #b11eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011110 11001010
Octal 261 36 312
Decimal 177 30 202
Hex B1 1E CA

RGB Percentages of Color #b11eca

%43.28
%7.33
%49.39

CMYK Percentages of Color #b11eca

%12
%85
%0
%21

Triadic Colors of #b11eca

#b11eca #cab11e #1ecab1

Analogous Colors of #b11eca

#b11eca #ca1e8d #5b1eca

Monochromatic Colors of #b11eca

#b11eca

Complementary Color

#b11eca #37ca1e

#b11eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11eca Color CSS Codes

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

#b11eca Text Font Color

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

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


#b11eca Background Color

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

This div background color is #b11eca


#b11eca Border Color

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

This div border color is #b11eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11eca


Comments

No comments written yet.

Please login to write comment.