Color Hex Logo

#bc19af Color Hex

#BC19AF
(188,25,175)
0 Favorites   0 Comments

Color spaces of #bc19af

RGB 18825175
HSL0.850.770.42
HSV305°87°74°
CMYK 0.000.870.07   0.26
XYZ28.824514.481841.8335
Yxy14.48180.33860.1701
Hunter Lab38.055068.6076-38.5385
CIE-Lab44.916173.3572-40.3679

#bc19af color RGB value is (188,25,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 10101111
Octal 274 31 257
Decimal 188 25 175
Hex BC 19 AF

RGB Percentages of Color #bc19af

%48.45
%6.44
%45.10

CMYK Percentages of Color #bc19af

%0
%87
%7
%26

Triadic Colors of #bc19af

#bc19af #afbc19 #19afbc

Analogous Colors of #bc19af

#bc19af #bc195d #7819bc

Monochromatic Colors of #bc19af

#bc19af

Complementary Color

#bc19af #19bc26

#bc19af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc19af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc19af Color CSS Codes

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

#bc19af Text Font Color

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

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


#bc19af Background Color

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

This div background color is #bc19af


#bc19af Border Color

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

This div border color is #bc19af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc19af


Comments

No comments written yet.

Please login to write comment.