Color Hex Logo

#bc608c Color Hex

#BC608C
(188,96,140)
0 Favorites   0 Comments

Color spaces of #bc608c

RGB 18896140
HSL0.920.410.56
HSV331°49°74°
CMYK 0.000.490.26   0.26
XYZ29.655520.950627.2918
Yxy20.95060.38070.2689
Hunter Lab45.771835.5492-3.3118
CIE-Lab52.895442.1615-7.3165

#bc608c color RGB value is (188,96,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 10001100
Octal 274 140 214
Decimal 188 96 140
Hex BC 60 8C

RGB Percentages of Color #bc608c

%44.34
%22.64
%33.02

CMYK Percentages of Color #bc608c

%0
%49
%26
%26

Triadic Colors of #bc608c

#bc608c #8cbc60 #608cbc

Analogous Colors of #bc608c

#bc608c #bc6260 #bc60ba

Monochromatic Colors of #bc608c

#bc608c

Complementary Color

#bc608c #60bc90

#bc608c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc608c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc608c Color CSS Codes

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

#bc608c Text Font Color

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

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


#bc608c Background Color

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

This div background color is #bc608c


#bc608c Border Color

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

This div border color is #bc608c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc608c


Comments

No comments written yet.

Please login to write comment.