Color Hex Logo

#bc758e Color Hex

#BC758E
(188,117,142)
0 Favorites   0 Comments

Color spaces of #bc758e

RGB 188117142
HSL0.940.350.60
HSV339°38°74°
CMYK 0.000.380.24   0.26
XYZ31.982825.366928.8018
Yxy25.36690.37120.2944
Hunter Lab50.365625.21011.3506
CIE-Lab57.431231.2595-1.7802

#bc758e color RGB value is (188,117,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 10001110
Octal 274 165 216
Decimal 188 117 142
Hex BC 75 8E

RGB Percentages of Color #bc758e

%42.06
%26.17
%31.77

CMYK Percentages of Color #bc758e

%0
%38
%24
%26

Triadic Colors of #bc758e

#bc758e #8ebc75 #758ebc

Analogous Colors of #bc758e

#bc758e #bc8075 #bc75b2

Monochromatic Colors of #bc758e

#bc758e

Complementary Color

#bc758e #75bca3

#bc758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc758e Color CSS Codes

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

#bc758e Text Font Color

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

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


#bc758e Background Color

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

This div background color is #bc758e


#bc758e Border Color

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

This div border color is #bc758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc758e


Comments

No comments written yet.

Please login to write comment.