Color Hex Logo

#bc69af Color Hex

#BC69AF
(188,105,175)
0 Favorites   0 Comments

Color spaces of #bc69af

RGB 188105175
HSL0.860.380.57
HSV309°44°74°
CMYK 0.000.440.07   0.26
XYZ33.528523.889743.4015
Yxy23.88970.33260.2370
Hunter Lab48.877136.9118-18.4339
CIE-Lab55.977243.0412-23.0914

#bc69af color RGB value is (188,105,175).

#bc69af hex color red value is 188, green value is 105 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc69af hue: 0.86 , saturation: 0.38 and the lightness value of bc69af is 0.57.

The process color (four color CMYK) of #bc69af color hex is 0.00, 0.44, 0.07, 0.26. Web safe color of #bc69af is #cc6699. Color #bc69af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 10101111
Octal 274 151 257
Decimal 188 105 175
Hex BC 69 AF

RGB Percentages of Color #bc69af

%40.17
%22.44
%37.39

CMYK Percentages of Color #bc69af

%0
%44
%7
%26

Triadic Colors of #bc69af

#bc69af #afbc69 #69afbc

Analogous Colors of #bc69af

#bc69af #bc6986 #a069bc

Monochromatic Colors of #bc69af

#bc69af

Complementary Color

#bc69af #69bc76

#bc69af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc69af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc69af Color CSS Codes

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

#bc69af Text Font Color

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

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


#bc69af Background Color

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

This div background color is #bc69af


#bc69af Border Color

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

This div border color is #bc69af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc69af


Comments

No comments written yet.

Please login to write comment.