Color Hex Logo

#bc14af Color Hex

#BC14AF
(188,20,175)
0 Favorites   0 Comments

Color spaces of #bc14af

RGB 18820175
HSL0.850.810.41
HSV305°89°74°
CMYK 0.000.890.07   0.26
XYZ28.727114.286841.8010
Yxy14.28680.33870.1684
Hunter Lab37.797969.5170-39.1108
CIE-Lab44.641574.1623-40.8037

#bc14af color RGB value is (188,20,175).

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

The process color (four color CMYK) of #bc14af color hex is 0.00, 0.89, 0.07, 0.26. Web safe color of #bc14af is #cc0099. Color #bc14af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010100 10101111
Octal 274 24 257
Decimal 188 20 175
Hex BC 14 AF

RGB Percentages of Color #bc14af

%49.09
%5.22
%45.69

CMYK Percentages of Color #bc14af

%0
%89
%7
%26

Triadic Colors of #bc14af

#bc14af #afbc14 #14afbc

Analogous Colors of #bc14af

#bc14af #bc145b #7514bc

Monochromatic Colors of #bc14af

#bc14af

Complementary Color

#bc14af #14bc21

#bc14af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc14af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc14af Color CSS Codes

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

#bc14af Text Font Color

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

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


#bc14af Background Color

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

This div background color is #bc14af


#bc14af Border Color

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

This div border color is #bc14af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc14af


Comments

No comments written yet.

Please login to write comment.