Color Hex Logo

#bc758d Color Hex

#BC758D
(188,117,141)
0 Favorites   0 Comments

Color spaces of #bc758d

RGB 188117141
HSL0.940.350.60
HSV340°38°74°
CMYK 0.000.380.25   0.26
XYZ31.908025.337028.4081
Yxy25.33700.37250.2958
Hunter Lab50.335925.06371.7736
CIE-Lab57.402331.1125-1.2423

#bc758d color RGB value is (188,117,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 10001101
Octal 274 165 215
Decimal 188 117 141
Hex BC 75 8D

RGB Percentages of Color #bc758d

%42.15
%26.23
%31.61

CMYK Percentages of Color #bc758d

%0
%38
%25
%26

Triadic Colors of #bc758d

#bc758d #8dbc75 #758dbc

Analogous Colors of #bc758d

#bc758d #bc8175 #bc75b1

Monochromatic Colors of #bc758d

#bc758d

Complementary Color

#bc758d #75bca4

#bc758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc758d Color CSS Codes

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

#bc758d Text Font Color

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

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


#bc758d Background Color

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

This div background color is #bc758d


#bc758d Border Color

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

This div border color is #bc758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc758d


Comments

No comments written yet.

Please login to write comment.