Color Hex Logo

#bc3aac Color Hex

#BC3AAC
(188,58,172)
0 Favorites   0 Comments

Color spaces of #bc3aac

RGB 18858172
HSL0.850.530.48
HSV307°69°74°
CMYK 0.000.690.09   0.26
XYZ29.698516.696040.6871
Yxy16.69600.34100.1917
Hunter Lab40.860758.2315-30.4355
CIE-Lab47.874763.9662-33.9264

#bc3aac color RGB value is (188,58,172).

#bc3aac hex color red value is 188, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc3aac hue: 0.85 , saturation: 0.53 and the lightness value of bc3aac is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111010 10101100
Octal 274 72 254
Decimal 188 58 172
Hex BC 3A AC

RGB Percentages of Color #bc3aac

%44.98
%13.88
%41.15

CMYK Percentages of Color #bc3aac

%0
%69
%9
%26

Triadic Colors of #bc3aac

#bc3aac #acbc3a #3aacbc

Analogous Colors of #bc3aac

#bc3aac #bc3a6b #8b3abc

Monochromatic Colors of #bc3aac

#bc3aac

Complementary Color

#bc3aac #3abc4a

#bc3aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3aac Color CSS Codes

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

#bc3aac Text Font Color

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

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


#bc3aac Background Color

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

This div background color is #bc3aac


#bc3aac Border Color

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

This div border color is #bc3aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3aac


Comments

No comments written yet.

Please login to write comment.