Color Hex Logo

#bc16ad Color Hex

#BC16AD
(188,22,173)
0 Favorites   0 Comments

Color spaces of #bc16ad

RGB 18822173
HSL0.850.790.41
HSV305°88°74°
CMYK 0.000.880.08   0.26
XYZ28.568814.282340.7862
Yxy14.28230.34160.1708
Hunter Lab37.791968.8012-37.5332
CIE-Lab44.635173.5722-39.6288

#bc16ad color RGB value is (188,22,173).

#bc16ad hex color red value is 188, green value is 22 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bc16ad hue: 0.85 , saturation: 0.79 and the lightness value of bc16ad is 0.41.

The process color (four color CMYK) of #bc16ad color hex is 0.00, 0.88, 0.08, 0.26. Web safe color of #bc16ad is #cc0099. Color #bc16ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 10101101
Octal 274 26 255
Decimal 188 22 173
Hex BC 16 AD

RGB Percentages of Color #bc16ad

%49.09
%5.74
%45.17

CMYK Percentages of Color #bc16ad

%0
%88
%8
%26

Triadic Colors of #bc16ad

#bc16ad #adbc16 #16adbc

Analogous Colors of #bc16ad

#bc16ad #bc165a #7816bc

Monochromatic Colors of #bc16ad

#bc16ad

Complementary Color

#bc16ad #16bc25

#bc16ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc16ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc16ad Color CSS Codes

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

#bc16ad Text Font Color

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

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


#bc16ad Background Color

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

This div background color is #bc16ad


#bc16ad Border Color

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

This div border color is #bc16ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc16ad


Comments

No comments written yet.

Please login to write comment.