Color Hex Logo

#bc618c Color Hex

#BC618C
(188,97,140)
0 Favorites   0 Comments

Color spaces of #bc618c

RGB 18897140
HSL0.920.400.56
HSV332°48°74°
CMYK 0.000.480.26   0.26
XYZ29.747421.134227.3224
Yxy21.13420.38040.2702
Hunter Lab45.971935.0524-3.0573
CIE-Lab53.096141.6464-7.0176

#bc618c color RGB value is (188,97,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 10001100
Octal 274 141 214
Decimal 188 97 140
Hex BC 61 8C

RGB Percentages of Color #bc618c

%44.24
%22.82
%32.94

CMYK Percentages of Color #bc618c

%0
%48
%26
%26

Triadic Colors of #bc618c

#bc618c #8cbc61 #618cbc

Analogous Colors of #bc618c

#bc618c #bc6461 #bc61ba

Monochromatic Colors of #bc618c

#bc618c

Complementary Color

#bc618c #61bc91

#bc618c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc618c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc618c Color CSS Codes

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

#bc618c Text Font Color

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

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


#bc618c Background Color

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

This div background color is #bc618c


#bc618c Border Color

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

This div border color is #bc618c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc618c


Comments

No comments written yet.

Please login to write comment.