Color Hex Logo

#bc2aab Color Hex

#BC2AAB
(188,42,171)
0 Favorites   0 Comments

Color spaces of #bc2aab

RGB 18842171
HSL0.850.630.45
HSV307°78°74°
CMYK 0.000.780.09   0.26
XYZ28.917715.287639.9547
Yxy15.28760.34360.1816
Hunter Lab39.099463.5939-33.2175
CIE-Lab46.025668.9365-36.2449

#bc2aab color RGB value is (188,42,171).

#bc2aab hex color red value is 188, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc2aab hue: 0.85 , saturation: 0.63 and the lightness value of bc2aab is 0.45.

The process color (four color CMYK) of #bc2aab color hex is 0.00, 0.78, 0.09, 0.26. Web safe color of #bc2aab is #cc3399. Color #bc2aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101010 10101011
Octal 274 52 253
Decimal 188 42 171
Hex BC 2A AB

RGB Percentages of Color #bc2aab

%46.88
%10.47
%42.64

CMYK Percentages of Color #bc2aab

%0
%78
%9
%26

Triadic Colors of #bc2aab

#bc2aab #abbc2a #2aabbc

Analogous Colors of #bc2aab

#bc2aab #bc2a62 #842abc

Monochromatic Colors of #bc2aab

#bc2aab

Complementary Color

#bc2aab #2abc3b

#bc2aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2aab Color CSS Codes

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

#bc2aab Text Font Color

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

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


#bc2aab Background Color

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

This div background color is #bc2aab


#bc2aab Border Color

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

This div border color is #bc2aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,42,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2aab


Comments

No comments written yet.

Please login to write comment.