Color Hex Logo

#bc18ac Color Hex

#BC18AC
(188,24,172)
0 Favorites   0 Comments

Color spaces of #bc18ac

RGB 18824172
HSL0.850.770.42
HSV306°87°74°
CMYK 0.000.870.09   0.26
XYZ28.512114.323240.2916
Yxy14.32320.34300.1723
Hunter Lab37.846068.2463-36.6291
CIE-Lab44.692973.1013-38.9439

#bc18ac color RGB value is (188,24,172).

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

The process color (four color CMYK) of #bc18ac color hex is 0.00, 0.87, 0.09, 0.26. Web safe color of #bc18ac is #cc0099. Color #bc18ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 10101100
Octal 274 30 254
Decimal 188 24 172
Hex BC 18 AC

RGB Percentages of Color #bc18ac

%48.96
%6.25
%44.79

CMYK Percentages of Color #bc18ac

%0
%87
%9
%26

Triadic Colors of #bc18ac

#bc18ac #acbc18 #18acbc

Analogous Colors of #bc18ac

#bc18ac #bc185a #7a18bc

Monochromatic Colors of #bc18ac

#bc18ac

Complementary Color

#bc18ac #18bc28

#bc18ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc18ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc18ac Color CSS Codes

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

#bc18ac Text Font Color

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

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


#bc18ac Background Color

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

This div background color is #bc18ac


#bc18ac Border Color

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

This div border color is #bc18ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc18ac


Comments

No comments written yet.

Please login to write comment.