Color Hex Logo

#bc20aa Color Hex

#BC20AA
(188,32,170)
0 Favorites   0 Comments

Color spaces of #bc20aa

RGB 18832170
HSL0.850.710.43
HSV307°83°74°
CMYK 0.000.830.10   0.26
XYZ28.511214.626739.3507
Yxy14.62670.34560.1773
Hunter Lab38.244966.1416-34.2329
CIE-Lab45.118671.2629-37.0835

#bc20aa color RGB value is (188,32,170).

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

The process color (four color CMYK) of #bc20aa color hex is 0.00, 0.83, 0.10, 0.26. Web safe color of #bc20aa is #cc3399. Color #bc20aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 10101010
Octal 274 40 252
Decimal 188 32 170
Hex BC 20 AA

RGB Percentages of Color #bc20aa

%48.21
%8.21
%43.59

CMYK Percentages of Color #bc20aa

%0
%83
%10
%26

Triadic Colors of #bc20aa

#bc20aa #aabc20 #20aabc

Analogous Colors of #bc20aa

#bc20aa #bc205c #8020bc

Monochromatic Colors of #bc20aa

#bc20aa

Complementary Color

#bc20aa #20bc32

#bc20aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc20aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc20aa Color CSS Codes

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

#bc20aa Text Font Color

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

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


#bc20aa Background Color

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

This div background color is #bc20aa


#bc20aa Border Color

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

This div border color is #bc20aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc20aa


Comments

No comments written yet.

Please login to write comment.