Color Hex Logo

#bc757e Color Hex

#BC757E
(188,117,126)
0 Favorites   0 Comments

Color spaces of #bc757e

RGB 188117126
HSL0.980.350.60
HSV352°38°74°
CMYK 0.000.380.33   0.26
XYZ30.866224.920322.9219
Yxy24.92030.39220.3166
Hunter Lab49.920223.00807.7199
CIE-Lab56.997729.03276.8819

#bc757e color RGB value is (188,117,126).

#bc757e hex color red value is 188, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc757e hue: 0.98 , saturation: 0.35 and the lightness value of bc757e is 0.60.

The process color (four color CMYK) of #bc757e color hex is 0.00, 0.38, 0.33, 0.26. Web safe color of #bc757e is #cc6666. Color #bc757e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01111110
Octal 274 165 176
Decimal 188 117 126
Hex BC 75 7E

RGB Percentages of Color #bc757e

%43.62
%27.15
%29.23

CMYK Percentages of Color #bc757e

%0
%38
%33
%26

Triadic Colors of #bc757e

#bc757e #7ebc75 #757ebc

Analogous Colors of #bc757e

#bc757e #bc9075 #bc75a2

Monochromatic Colors of #bc757e

#bc757e

Complementary Color

#bc757e #75bcb3

#bc757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc757e Color CSS Codes

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

#bc757e Text Font Color

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

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


#bc757e Background Color

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

This div background color is #bc757e


#bc757e Border Color

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

This div border color is #bc757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc757e


Comments

No comments written yet.

Please login to write comment.