Color Hex Logo

#bf37aa Color Hex

#BF37AA
(191,55,170)
0 Favorites   0 Comments

Color spaces of #bf37aa

RGB 19155170
HSL0.860.550.48
HSV309°71°75°
CMYK 0.000.710.11   0.25
XYZ30.107716.711039.6689
Yxy16.71100.34810.1932
Hunter Lab40.879159.9279-28.9194
CIE-Lab47.893865.4350-32.6816

#bf37aa color RGB value is (191,55,170).

#bf37aa hex color red value is 191, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf37aa hue: 0.86 , saturation: 0.55 and the lightness value of bf37aa is 0.48.

The process color (four color CMYK) of #bf37aa color hex is 0.00, 0.71, 0.11, 0.25. Web safe color of #bf37aa is #cc3399. Color #bf37aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110111 10101010
Octal 277 67 252
Decimal 191 55 170
Hex BF 37 AA

RGB Percentages of Color #bf37aa

%45.91
%13.22
%40.87

CMYK Percentages of Color #bf37aa

%0
%71
%11
%25

Triadic Colors of #bf37aa

#bf37aa #aabf37 #37aabf

Analogous Colors of #bf37aa

#bf37aa #bf3766 #9037bf

Monochromatic Colors of #bf37aa

#bf37aa

Complementary Color

#bf37aa #37bf4c

#bf37aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf37aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf37aa Color CSS Codes

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

#bf37aa Text Font Color

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

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


#bf37aa Background Color

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

This div background color is #bf37aa


#bf37aa Border Color

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

This div border color is #bf37aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf37aa


Comments

No comments written yet.

Please login to write comment.