Color Hex Logo

#bc68ad Color Hex

#BC68AD
(188,104,173)
0 Favorites   0 Comments

Color spaces of #bc68ad

RGB 188104173
HSL0.860.390.57
HSV311°45°74°
CMYK 0.000.450.08   0.26
XYZ33.232223.609142.3407
Yxy23.60910.33510.2380
Hunter Lab48.589237.0526-17.6530
CIE-Lab55.694343.2169-22.3701

#bc68ad color RGB value is (188,104,173).

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

The process color (four color CMYK) of #bc68ad color hex is 0.00, 0.45, 0.08, 0.26. Web safe color of #bc68ad is #cc6699. Color #bc68ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 10101101
Octal 274 150 255
Decimal 188 104 173
Hex BC 68 AD

RGB Percentages of Color #bc68ad

%40.43
%22.37
%37.20

CMYK Percentages of Color #bc68ad

%0
%45
%8
%26

Triadic Colors of #bc68ad

#bc68ad #adbc68 #68adbc

Analogous Colors of #bc68ad

#bc68ad #bc6883 #a168bc

Monochromatic Colors of #bc68ad

#bc68ad

Complementary Color

#bc68ad #68bc77

#bc68ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc68ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc68ad Color CSS Codes

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

#bc68ad Text Font Color

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

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


#bc68ad Background Color

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

This div background color is #bc68ad


#bc68ad Border Color

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

This div border color is #bc68ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc68ad


Comments

No comments written yet.

Please login to write comment.