Color Hex Logo

#b14ebe Color Hex

#B14EBE
(177,78,190)
0 Favorites   0 Comments

Color spaces of #b14ebe

RGB 17778190
HSL0.810.460.53
HSV293°59°75°
CMYK 0.070.590.00   0.25
XYZ30.150118.513650.6996
Yxy18.51360.30340.1863
Hunter Lab43.027449.7802-39.7427
CIE-Lab50.113256.0285-41.0283

#b14ebe color RGB value is (177,78,190).

#b14ebe hex color red value is 177, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b14ebe hue: 0.81 , saturation: 0.46 and the lightness value of b14ebe is 0.53.

The process color (four color CMYK) of #b14ebe color hex is 0.07, 0.59, 0.00, 0.25. Web safe color of #b14ebe is #9966cc. Color #b14ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001110 10111110
Octal 261 116 276
Decimal 177 78 190
Hex B1 4E BE

RGB Percentages of Color #b14ebe

%39.78
%17.53
%42.70

CMYK Percentages of Color #b14ebe

%7
%59
%0
%25

Triadic Colors of #b14ebe

#b14ebe #beb14e #4ebeb1

Analogous Colors of #b14ebe

#b14ebe #be4e93 #794ebe

Monochromatic Colors of #b14ebe

#b14ebe

Complementary Color

#b14ebe #5bbe4e

#b14ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14ebe Color CSS Codes

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

#b14ebe Text Font Color

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

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


#b14ebe Background Color

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

This div background color is #b14ebe


#b14ebe Border Color

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

This div border color is #b14ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14ebe


Comments

No comments written yet.

Please login to write comment.