Color Hex Logo

#bb1fad Color Hex

#BB1FAD
(187,31,173)
0 Favorites   0 Comments

Color spaces of #bb1fad

RGB 18731173
HSL0.850.720.43
HSV305°83°73°
CMYK 0.000.830.07   0.27
XYZ28.526314.561940.8424
Yxy14.56190.33990.1735
Hunter Lab38.160166.6564-36.7456
CIE-Lab45.028271.7116-39.0172

#bb1fad color RGB value is (187,31,173).

#bb1fad hex color red value is 187, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb1fad hue: 0.85 , saturation: 0.72 and the lightness value of bb1fad is 0.43.

The process color (four color CMYK) of #bb1fad color hex is 0.00, 0.83, 0.07, 0.27. Web safe color of #bb1fad is #cc3399. Color #bb1fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 10101101
Octal 273 37 255
Decimal 187 31 173
Hex BB 1F AD

RGB Percentages of Color #bb1fad

%47.83
%7.93
%44.25

CMYK Percentages of Color #bb1fad

%0
%83
%7
%27

Triadic Colors of #bb1fad

#bb1fad #adbb1f #1fadbb

Analogous Colors of #bb1fad

#bb1fad #bb1f5f #7b1fbb

Monochromatic Colors of #bb1fad

#bb1fad

Complementary Color

#bb1fad #1fbb2d

#bb1fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1fad Color CSS Codes

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

#bb1fad Text Font Color

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

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


#bb1fad Background Color

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

This div background color is #bb1fad


#bb1fad Border Color

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

This div border color is #bb1fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1fad


Comments

No comments written yet.

Please login to write comment.