Color Hex Logo

#bc4aac Color Hex

#BC4AAC
(188,74,172)
0 Favorites   0 Comments

Color spaces of #bc4aac

RGB 18874172
HSL0.860.460.51
HSV308°61°74°
CMYK 0.000.610.09   0.26
XYZ30.634218.567540.9990
Yxy18.56750.33960.2058
Hunter Lab43.090051.4943-26.2498
CIE-Lab50.177357.5676-30.3235

#bc4aac color RGB value is (188,74,172).

#bc4aac hex color red value is 188, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc4aac hue: 0.86 , saturation: 0.46 and the lightness value of bc4aac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001010 10101100
Octal 274 112 254
Decimal 188 74 172
Hex BC 4A AC

RGB Percentages of Color #bc4aac

%43.32
%17.05
%39.63

CMYK Percentages of Color #bc4aac

%0
%61
%9
%26

Triadic Colors of #bc4aac

#bc4aac #acbc4a #4aacbc

Analogous Colors of #bc4aac

#bc4aac #bc4a73 #934abc

Monochromatic Colors of #bc4aac

#bc4aac

Complementary Color

#bc4aac #4abc5a

#bc4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4aac Color CSS Codes

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

#bc4aac Text Font Color

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

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


#bc4aac Background Color

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

This div background color is #bc4aac


#bc4aac Border Color

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

This div border color is #bc4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4aac


Comments

No comments written yet.

Please login to write comment.