Color Hex Logo

#b10fad Color Hex

#B10FAD
(177,15,173)
0 Favorites   0 Comments

Color spaces of #b10fad

RGB 17715173
HSL0.840.840.38
HSV301°92°69°
CMYK 0.000.920.02   0.31
XYZ25.845112.705940.6255
Yxy12.70590.32640.1605
Hunter Lab35.645367.0443-42.6219
CIE-Lab42.316772.5639-43.4364

#b10fad color RGB value is (177,15,173).

#b10fad hex color red value is 177, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b10fad hue: 0.84 , saturation: 0.84 and the lightness value of b10fad is 0.38.

The process color (four color CMYK) of #b10fad color hex is 0.00, 0.92, 0.02, 0.31. Web safe color of #b10fad is #990099. Color #b10fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001111 10101101
Octal 261 17 255
Decimal 177 15 173
Hex B1 F AD

RGB Percentages of Color #b10fad

%48.49
%4.11
%47.40

CMYK Percentages of Color #b10fad

%0
%92
%2
%31

Triadic Colors of #b10fad

#b10fad #adb10f #0fadb1

Analogous Colors of #b10fad

#b10fad #b10f5c #640fb1

Monochromatic Colors of #b10fad

#b10fad

Complementary Color

#b10fad #0fb113

#b10fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10fad Color CSS Codes

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

#b10fad Text Font Color

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

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


#b10fad Background Color

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

This div background color is #b10fad


#b10fad Border Color

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

This div border color is #b10fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10fad


Comments

No comments written yet.

Please login to write comment.