Color Hex Logo

#bc32aa Color Hex

#BC32AA
(188,50,170)
0 Favorites   0 Comments

Color spaces of #bc32aa

RGB 18850170
HSL0.860.580.47
HSV308°73°74°
CMYK 0.000.730.10   0.26
XYZ29.135315.874839.5588
Yxy15.87480.34450.1877
Hunter Lab39.843260.8024-30.9766
CIE-Lab46.809866.3978-34.4183

#bc32aa color RGB value is (188,50,170).

#bc32aa hex color red value is 188, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc32aa hue: 0.86 , saturation: 0.58 and the lightness value of bc32aa is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 10101010
Octal 274 62 252
Decimal 188 50 170
Hex BC 32 AA

RGB Percentages of Color #bc32aa

%46.08
%12.25
%41.67

CMYK Percentages of Color #bc32aa

%0
%73
%10
%26

Triadic Colors of #bc32aa

#bc32aa #aabc32 #32aabc

Analogous Colors of #bc32aa

#bc32aa #bc3265 #8932bc

Monochromatic Colors of #bc32aa

#bc32aa

Complementary Color

#bc32aa #32bc44

#bc32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc32aa Color CSS Codes

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

#bc32aa Text Font Color

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

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


#bc32aa Background Color

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

This div background color is #bc32aa


#bc32aa Border Color

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

This div border color is #bc32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc32aa


Comments

No comments written yet.

Please login to write comment.