Color Hex Logo

#bc757d Color Hex

#BC757D
(188,117,125)
0 Favorites   0 Comments

Color spaces of #bc757d

RGB 188117125
HSL0.980.350.60
HSV353°38°74°
CMYK 0.000.380.34   0.26
XYZ30.802024.894622.5837
Yxy24.89460.39350.3180
Hunter Lab49.894522.88038.0898
CIE-Lab56.972628.90257.4266

#bc757d color RGB value is (188,117,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01111101
Octal 274 165 175
Decimal 188 117 125
Hex BC 75 7D

RGB Percentages of Color #bc757d

%43.72
%27.21
%29.07

CMYK Percentages of Color #bc757d

%0
%38
%34
%26

Triadic Colors of #bc757d

#bc757d #7dbc75 #757dbc

Analogous Colors of #bc757d

#bc757d #bc9175 #bc75a1

Monochromatic Colors of #bc757d

#bc757d

Complementary Color

#bc757d #75bcb4

#bc757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc757d Color CSS Codes

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

#bc757d Text Font Color

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

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


#bc757d Background Color

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

This div background color is #bc757d


#bc757d Border Color

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

This div border color is #bc757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc757d


Comments

No comments written yet.

Please login to write comment.