Color Hex Logo

#bb4fad Color Hex

#BB4FAD
(187,79,173)
0 Favorites   0 Comments

Color spaces of #bb4fad

RGB 18779173
HSL0.850.440.52
HSV308°58°73°
CMYK 0.000.580.07   0.27
XYZ30.832319.173941.6111
Yxy19.17390.33650.2093
Hunter Lab43.788049.0576-25.6908
CIE-Lab50.890055.2329-29.8099

#bb4fad color RGB value is (187,79,173).

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

The process color (four color CMYK) of #bb4fad color hex is 0.00, 0.58, 0.07, 0.27. Web safe color of #bb4fad is #cc6699. Color #bb4fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001111 10101101
Octal 273 117 255
Decimal 187 79 173
Hex BB 4F AD

RGB Percentages of Color #bb4fad

%42.60
%18.00
%39.41

CMYK Percentages of Color #bb4fad

%0
%58
%7
%27

Triadic Colors of #bb4fad

#bb4fad #adbb4f #4fadbb

Analogous Colors of #bb4fad

#bb4fad #bb4f77 #934fbb

Monochromatic Colors of #bb4fad

#bb4fad

Complementary Color

#bb4fad #4fbb5d

#bb4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4fad Color CSS Codes

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

#bb4fad Text Font Color

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

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


#bb4fad Background Color

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

This div background color is #bb4fad


#bb4fad Border Color

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

This div border color is #bb4fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4fad


Comments

No comments written yet.

Please login to write comment.