Color Hex Logo

#bc737d Color Hex

#BC737D
(188,115,125)
0 Favorites   0 Comments

Color spaces of #bc737d

RGB 188115125
HSL0.980.350.59
HSV352°39°74°
CMYK 0.000.390.34   0.26
XYZ30.571424.433522.5069
Yxy24.43350.39440.3152
Hunter Lab49.430323.89497.6049
CIE-Lab56.519229.99736.7793

#bc737d color RGB value is (188,115,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 01111101
Octal 274 163 175
Decimal 188 115 125
Hex BC 73 7D

RGB Percentages of Color #bc737d

%43.93
%26.87
%29.21

CMYK Percentages of Color #bc737d

%0
%39
%34
%26

Triadic Colors of #bc737d

#bc737d #7dbc73 #737dbc

Analogous Colors of #bc737d

#bc737d #bc8e73 #bc73a2

Monochromatic Colors of #bc737d

#bc737d

Complementary Color

#bc737d #73bcb2

#bc737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc737d Color CSS Codes

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

#bc737d Text Font Color

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

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


#bc737d Background Color

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

This div background color is #bc737d


#bc737d Border Color

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

This div border color is #bc737d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,115,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 #bc737d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc737d


Comments

No comments written yet.

Please login to write comment.