Color Hex Logo

#bc216e Color Hex

#BC216E
(188,33,110)
0 Favorites   0 Comments

Color spaces of #bc216e

RGB 18833110
HSL0.920.700.43
HSV330°82°74°
CMYK 0.000.820.41   0.26
XYZ24.097412.904915.9727
Yxy12.90490.45490.2436
Hunter Lab35.923456.8718-1.2159
CIE-Lab42.619663.7857-4.4115

#bc216e color RGB value is (188,33,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 01101110
Octal 274 41 156
Decimal 188 33 110
Hex BC 21 6E

RGB Percentages of Color #bc216e

%56.80
%9.97
%33.23

CMYK Percentages of Color #bc216e

%0
%82
%41
%26

Triadic Colors of #bc216e

#bc216e #6ebc21 #216ebc

Analogous Colors of #bc216e

#bc216e #bc2221 #bc21bc

Monochromatic Colors of #bc216e

#bc216e

Complementary Color

#bc216e #21bc6f

#bc216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc216e Color CSS Codes

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

#bc216e Text Font Color

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

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


#bc216e Background Color

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

This div background color is #bc216e


#bc216e Border Color

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

This div border color is #bc216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc216e


Comments

No comments written yet.

Please login to write comment.