Color Hex Logo

#bf20aa Color Hex

#BF20AA
(191,32,170)
0 Favorites   0 Comments

Color spaces of #bf20aa

RGB 19132170
HSL0.860.710.44
HSV308°83°75°
CMYK 0.000.830.11   0.25
XYZ29.258115.011739.3857
Yxy15.01170.34970.1794
Hunter Lab38.744966.9900-33.1491
CIE-Lab45.650271.8690-36.2091

#bf20aa color RGB value is (191,32,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100000 10101010
Octal 277 40 252
Decimal 191 32 170
Hex BF 20 AA

RGB Percentages of Color #bf20aa

%48.60
%8.14
%43.26

CMYK Percentages of Color #bf20aa

%0
%83
%11
%25

Triadic Colors of #bf20aa

#bf20aa #aabf20 #20aabf

Analogous Colors of #bf20aa

#bf20aa #bf205a #8520bf

Monochromatic Colors of #bf20aa

#bf20aa

Complementary Color

#bf20aa #20bf35

#bf20aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf20aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf20aa Color CSS Codes

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

#bf20aa Text Font Color

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

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


#bf20aa Background Color

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

This div background color is #bf20aa


#bf20aa Border Color

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

This div border color is #bf20aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf20aa


Comments

No comments written yet.

Please login to write comment.