Color Hex Logo

#bc698b Color Hex

#BC698B
(188,105,139)
0 Favorites   0 Comments

Color spaces of #bc698b

RGB 188105139
HSL0.930.380.57
HSV335°44°74°
CMYK 0.000.440.26   0.26
XYZ30.450822.658627.1947
Yxy22.65860.37920.2822
Hunter Lab47.601130.8861-0.5519
CIE-Lab54.718937.3062-4.0227

#bc698b color RGB value is (188,105,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 10001011
Octal 274 151 213
Decimal 188 105 139
Hex BC 69 8B

RGB Percentages of Color #bc698b

%43.52
%24.31
%32.18

CMYK Percentages of Color #bc698b

%0
%44
%26
%26

Triadic Colors of #bc698b

#bc698b #8bbc69 #698bbc

Analogous Colors of #bc698b

#bc698b #bc7169 #bc69b5

Monochromatic Colors of #bc698b

#bc698b

Complementary Color

#bc698b #69bc9a

#bc698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc698b Color CSS Codes

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

#bc698b Text Font Color

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

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


#bc698b Background Color

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

This div background color is #bc698b


#bc698b Border Color

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

This div border color is #bc698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc698b


Comments

No comments written yet.

Please login to write comment.