Color Hex Logo

#bc17af Color Hex

#BC17AF
(188,23,175)
0 Favorites   0 Comments

Color spaces of #bc17af

RGB 18823175
HSL0.850.780.41
HSV305°88°74°
CMYK 0.000.880.07   0.26
XYZ28.783314.399341.8197
Yxy14.39930.33860.1694
Hunter Lab37.946468.9905-38.7794
CIE-Lab44.800273.6966-40.5517

#bc17af color RGB value is (188,23,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010111 10101111
Octal 274 27 257
Decimal 188 23 175
Hex BC 17 AF

RGB Percentages of Color #bc17af

%48.70
%5.96
%45.34

CMYK Percentages of Color #bc17af

%0
%88
%7
%26

Triadic Colors of #bc17af

#bc17af #afbc17 #17afbc

Analogous Colors of #bc17af

#bc17af #bc175c #7717bc

Monochromatic Colors of #bc17af

#bc17af

Complementary Color

#bc17af #17bc24

#bc17af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc17af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc17af Color CSS Codes

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

#bc17af Text Font Color

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

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


#bc17af Background Color

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

This div background color is #bc17af


#bc17af Border Color

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

This div border color is #bc17af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc17af


Comments

No comments written yet.

Please login to write comment.