Color Hex Logo

#bb3fad Color Hex

#BB3FAD
(187,63,173)
0 Favorites   0 Comments

Color spaces of #bb3fad

RGB 18763173
HSL0.850.500.49
HSV307°66°73°
CMYK 0.000.660.07   0.27
XYZ29.813817.136941.2716
Yxy17.13690.33790.1942
Hunter Lab41.396756.1108-30.1331
CIE-Lab48.432162.0022-33.6519

#bb3fad color RGB value is (187,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111111 10101101
Octal 273 77 255
Decimal 187 63 173
Hex BB 3F AD

RGB Percentages of Color #bb3fad

%44.21
%14.89
%40.90

CMYK Percentages of Color #bb3fad

%0
%66
%7
%27

Triadic Colors of #bb3fad

#bb3fad #adbb3f #3fadbb

Analogous Colors of #bb3fad

#bb3fad #bb3f6f #8b3fbb

Monochromatic Colors of #bb3fad

#bb3fad

Complementary Color

#bb3fad #3fbb4d

#bb3fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3fad Color CSS Codes

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

#bb3fad Text Font Color

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

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


#bb3fad Background Color

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

This div background color is #bb3fad


#bb3fad Border Color

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

This div border color is #bb3fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3fad


Comments

No comments written yet.

Please login to write comment.