Color Hex Logo

#bc749d Color Hex

#BC749D
(188,116,157)
0 Favorites   0 Comments

Color spaces of #bc749d

RGB 188116157
HSL0.910.350.60
HSV326°38°74°
CMYK 0.000.380.16   0.26
XYZ33.070225.616535.0998
Yxy25.61650.35260.2731
Hunter Lab50.612728.0590-5.6885
CIE-Lab57.671234.1223-10.1145

#bc749d color RGB value is (188,116,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 10011101
Octal 274 164 235
Decimal 188 116 157
Hex BC 74 9D

RGB Percentages of Color #bc749d

%40.78
%25.16
%34.06

CMYK Percentages of Color #bc749d

%0
%38
%16
%26

Triadic Colors of #bc749d

#bc749d #9dbc74 #749dbc

Analogous Colors of #bc749d

#bc749d #bc7479 #b774bc

Monochromatic Colors of #bc749d

#bc749d

Complementary Color

#bc749d #74bc93

#bc749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc749d Color CSS Codes

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

#bc749d Text Font Color

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

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


#bc749d Background Color

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

This div background color is #bc749d


#bc749d Border Color

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

This div border color is #bc749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc749d


Comments

No comments written yet.

Please login to write comment.