Color Hex Logo

#bc218c Color Hex

#BC218C
(188,33,140)
0 Favorites   0 Comments

Color spaces of #bc218c

RGB 18833140
HSL0.880.700.43
HSV319°82°74°
CMYK 0.000.820.26   0.26
XYZ26.016513.672526.0788
Yxy13.67250.39560.2079
Hunter Lab36.976360.8837-15.9328
CIE-Lab43.759567.0593-21.1713

#bc218c color RGB value is (188,33,140).

#bc218c hex color red value is 188, green value is 33 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bc218c hue: 0.88 , saturation: 0.70 and the lightness value of bc218c is 0.43.

The process color (four color CMYK) of #bc218c color hex is 0.00, 0.82, 0.26, 0.26. Web safe color of #bc218c is #cc3399. Color #bc218c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 10001100
Octal 274 41 214
Decimal 188 33 140
Hex BC 21 8C

RGB Percentages of Color #bc218c

%52.08
%9.14
%38.78

CMYK Percentages of Color #bc218c

%0
%82
%26
%26

Triadic Colors of #bc218c

#bc218c #8cbc21 #218cbc

Analogous Colors of #bc218c

#bc218c #bc213e #9f21bc

Monochromatic Colors of #bc218c

#bc218c

Complementary Color

#bc218c #21bc51

#bc218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc218c Color CSS Codes

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

#bc218c Text Font Color

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

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


#bc218c Background Color

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

This div background color is #bc218c


#bc218c Border Color

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

This div border color is #bc218c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc218c


Comments

No comments written yet.

Please login to write comment.