Color Hex Logo

#b10eba Color Hex

#B10EBA
(177,14,186)
0 Favorites   0 Comments

Color spaces of #b10eba

RGB 17714186
HSL0.820.860.39
HSV297°92°73°
CMYK 0.050.920.00   0.27
XYZ27.151413.206447.5724
Yxy13.20640.30880.1502
Hunter Lab36.340669.7678-52.1763
CIE-Lab43.072674.6738-49.9122

#b10eba color RGB value is (177,14,186).

#b10eba hex color red value is 177, green value is 14 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b10eba hue: 0.82 , saturation: 0.86 and the lightness value of b10eba is 0.39.

The process color (four color CMYK) of #b10eba color hex is 0.05, 0.92, 0.00, 0.27. Web safe color of #b10eba is #9900cc. Color #b10eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001110 10111010
Octal 261 16 272
Decimal 177 14 186
Hex B1 E BA

RGB Percentages of Color #b10eba

%46.95
%3.71
%49.34

CMYK Percentages of Color #b10eba

%5
%92
%0
%27

Triadic Colors of #b10eba

#b10eba #bab10e #0ebab1

Analogous Colors of #b10eba

#b10eba #ba0e6d #5b0eba

Monochromatic Colors of #b10eba

#b10eba

Complementary Color

#b10eba #17ba0e

#b10eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10eba Color CSS Codes

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

#b10eba Text Font Color

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

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


#b10eba Background Color

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

This div background color is #b10eba


#b10eba Border Color

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

This div border color is #b10eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10eba


Comments

No comments written yet.

Please login to write comment.