Color Hex Logo

#bc647d Color Hex

#BC647D
(188,100,125)
0 Favorites   0 Comments

Color spaces of #bc647d

RGB 188100125
HSL0.950.400.56
HSV343°47°74°
CMYK 0.000.470.34   0.26
XYZ28.997921.286421.9824
Yxy21.28640.40130.2946
Hunter Lab46.137231.44984.0469
CIE-Lab53.261538.05792.0884

#bc647d color RGB value is (188,100,125).

#bc647d hex color red value is 188, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bc647d hue: 0.95 , saturation: 0.40 and the lightness value of bc647d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01111101
Octal 274 144 175
Decimal 188 100 125
Hex BC 64 7D

RGB Percentages of Color #bc647d

%45.52
%24.21
%30.27

CMYK Percentages of Color #bc647d

%0
%47
%34
%26

Triadic Colors of #bc647d

#bc647d #7dbc64 #647dbc

Analogous Colors of #bc647d

#bc647d #bc7764 #bc64a9

Monochromatic Colors of #bc647d

#bc647d

Complementary Color

#bc647d #64bca3

#bc647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc647d Color CSS Codes

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

#bc647d Text Font Color

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

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


#bc647d Background Color

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

This div background color is #bc647d


#bc647d Border Color

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

This div border color is #bc647d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc647d


Comments

No comments written yet.

Please login to write comment.