Color Hex Logo

#b10ebc Color Hex

#B10EBC
(177,14,188)
0 Favorites   0 Comments

Color spaces of #b10ebc

RGB 17714188
HSL0.820.860.40
HSV296°93°74°
CMYK 0.060.930.00   0.26
XYZ27.365613.292048.7002
Yxy13.29200.30620.1488
Hunter Lab36.458270.1806-53.6778
CIE-Lab43.200074.9886-50.8825

#b10ebc color RGB value is (177,14,188).

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

The process color (four color CMYK) of #b10ebc color hex is 0.06, 0.93, 0.00, 0.26. Web safe color of #b10ebc is #9900cc. Color #b10ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001110 10111100
Octal 261 16 274
Decimal 177 14 188
Hex B1 E BC

RGB Percentages of Color #b10ebc

%46.70
%3.69
%49.60

CMYK Percentages of Color #b10ebc

%6
%93
%0
%26

Triadic Colors of #b10ebc

#b10ebc #bcb10e #0ebcb1

Analogous Colors of #b10ebc

#b10ebc #bc0e70 #5a0ebc

Monochromatic Colors of #b10ebc

#b10ebc

Complementary Color

#b10ebc #19bc0e

#b10ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10ebc Color CSS Codes

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

#b10ebc Text Font Color

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

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


#b10ebc Background Color

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

This div background color is #b10ebc


#b10ebc Border Color

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

This div border color is #b10ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10ebc


Comments

No comments written yet.

Please login to write comment.