Color Hex Logo

#bc647e Color Hex

#BC647E
(188,100,126)
0 Favorites   0 Comments

Color spaces of #bc647e

RGB 188100126
HSL0.950.400.56
HSV342°47°74°
CMYK 0.000.470.33   0.26
XYZ29.062121.312122.3206
Yxy21.31210.39980.2932
Hunter Lab46.165031.58163.6491
CIE-Lab53.289438.18601.5378

#bc647e color RGB value is (188,100,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01111110
Octal 274 144 176
Decimal 188 100 126
Hex BC 64 7E

RGB Percentages of Color #bc647e

%45.41
%24.15
%30.43

CMYK Percentages of Color #bc647e

%0
%47
%33
%26

Triadic Colors of #bc647e

#bc647e #7ebc64 #647ebc

Analogous Colors of #bc647e

#bc647e #bc7664 #bc64aa

Monochromatic Colors of #bc647e

#bc647e

Complementary Color

#bc647e #64bca2

#bc647e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc647e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc647e Color CSS Codes

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

#bc647e Text Font Color

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

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


#bc647e Background Color

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

This div background color is #bc647e


#bc647e Border Color

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

This div border color is #bc647e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc647e


Comments

No comments written yet.

Please login to write comment.