Color Hex Logo

#b10fbe Color Hex

#B10FBE
(177,15,190)
0 Favorites   0 Comments

Color spaces of #b10fbe

RGB 17715190
HSL0.820.850.40
HSV296°92°75°
CMYK 0.070.920.00   0.25
XYZ27.596513.406549.8484
Yxy13.40650.30380.1476
Hunter Lab36.614970.4587-55.0884
CIE-Lab43.369575.1839-51.7830

#b10fbe color RGB value is (177,15,190).

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

The process color (four color CMYK) of #b10fbe color hex is 0.07, 0.92, 0.00, 0.25. Web safe color of #b10fbe is #9900cc. Color #b10fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001111 10111110
Octal 261 17 276
Decimal 177 15 190
Hex B1 F BE

RGB Percentages of Color #b10fbe

%46.34
%3.93
%49.74

CMYK Percentages of Color #b10fbe

%7
%92
%0
%25

Triadic Colors of #b10fbe

#b10fbe #beb10f #0fbeb1

Analogous Colors of #b10fbe

#b10fbe #be0f74 #590fbe

Monochromatic Colors of #b10fbe

#b10fbe

Complementary Color

#b10fbe #1cbe0f

#b10fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10fbe Color CSS Codes

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

#b10fbe Text Font Color

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

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


#b10fbe Background Color

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

This div background color is #b10fbe


#b10fbe Border Color

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

This div border color is #b10fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10fbe


Comments

No comments written yet.

Please login to write comment.