Color Hex Logo

#bc68aa Color Hex

#BC68AA
(188,104,170)
0 Favorites   0 Comments

Color spaces of #bc68aa

RGB 188104170
HSL0.870.390.57
HSV313°45°74°
CMYK 0.000.450.10   0.26
XYZ32.945123.494340.8287
Yxy23.49430.33870.2415
Hunter Lab48.470936.5002-16.0123
CIE-Lab55.577942.7013-20.8120

#bc68aa color RGB value is (188,104,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 10101010
Octal 274 150 252
Decimal 188 104 170
Hex BC 68 AA

RGB Percentages of Color #bc68aa

%40.69
%22.51
%36.80

CMYK Percentages of Color #bc68aa

%0
%45
%10
%26

Triadic Colors of #bc68aa

#bc68aa #aabc68 #68aabc

Analogous Colors of #bc68aa

#bc68aa #bc6880 #a468bc

Monochromatic Colors of #bc68aa

#bc68aa

Complementary Color

#bc68aa #68bc7a

#bc68aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc68aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc68aa Color CSS Codes

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

#bc68aa Text Font Color

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

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


#bc68aa Background Color

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

This div background color is #bc68aa


#bc68aa Border Color

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

This div border color is #bc68aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc68aa


Comments

No comments written yet.

Please login to write comment.