Color Hex Logo

#b10abf Color Hex

#B10ABF
(177,10,191)
0 Favorites   0 Comments

Color spaces of #b10abf

RGB 17710191
HSL0.820.900.39
HSV295°95°75°
CMYK 0.070.950.00   0.25
XYZ27.644013.325850.4053
Yxy13.32580.30250.1458
Hunter Lab36.504571.2909-56.3142
CIE-Lab43.250175.8883-52.5607

#b10abf color RGB value is (177,10,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001010 10111111
Octal 261 12 277
Decimal 177 10 191
Hex B1 A BF

RGB Percentages of Color #b10abf

%46.83
%2.65
%50.53

CMYK Percentages of Color #b10abf

%7
%95
%0
%25

Triadic Colors of #b10abf

#b10abf #bfb10a #0abfb1

Analogous Colors of #b10abf

#b10abf #bf0a73 #570abf

Monochromatic Colors of #b10abf

#b10abf

Complementary Color

#b10abf #18bf0a

#b10abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10abf Color CSS Codes

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

#b10abf Text Font Color

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

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


#b10abf Background Color

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

This div background color is #b10abf


#b10abf Border Color

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

This div border color is #b10abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10abf


Comments

No comments written yet.

Please login to write comment.