Color Hex Logo

#bc607e Color Hex

#BC607E
(188,96,126)
0 Favorites   0 Comments

Color spaces of #bc607e

RGB 18896126
HSL0.950.410.56
HSV340°49°74°
CMYK 0.000.490.33   0.26
XYZ28.687820.563522.1958
Yxy20.56350.40150.2878
Hunter Lab45.347033.56692.7225
CIE-Lab52.468440.27220.3426

#bc607e color RGB value is (188,96,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 01111110
Octal 274 140 176
Decimal 188 96 126
Hex BC 60 7E

RGB Percentages of Color #bc607e

%45.85
%23.41
%30.73

CMYK Percentages of Color #bc607e

%0
%49
%33
%26

Triadic Colors of #bc607e

#bc607e #7ebc60 #607ebc

Analogous Colors of #bc607e

#bc607e #bc7060 #bc60ac

Monochromatic Colors of #bc607e

#bc607e

Complementary Color

#bc607e #60bc9e

#bc607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc607e Color CSS Codes

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

#bc607e Text Font Color

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

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


#bc607e Background Color

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

This div background color is #bc607e


#bc607e Border Color

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

This div border color is #bc607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc607e


Comments

No comments written yet.

Please login to write comment.