Color Hex Logo

#bc218f Color Hex

#BC218F
(188,33,143)
0 Favorites   0 Comments

Color spaces of #bc218f

RGB 18833143
HSL0.880.700.43
HSV317°82°74°
CMYK 0.000.820.24   0.26
XYZ26.240813.762227.2599
Yxy13.76220.39010.2046
Hunter Lab37.097461.3411-17.5992
CIE-Lab43.889967.4275-22.7939

#bc218f color RGB value is (188,33,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 10001111
Octal 274 41 217
Decimal 188 33 143
Hex BC 21 8F

RGB Percentages of Color #bc218f

%51.65
%9.07
%39.29

CMYK Percentages of Color #bc218f

%0
%82
%24
%26

Triadic Colors of #bc218f

#bc218f #8fbc21 #218fbc

Analogous Colors of #bc218f

#bc218f #bc2142 #9c21bc

Monochromatic Colors of #bc218f

#bc218f

Complementary Color

#bc218f #21bc4e

#bc218f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc218f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc218f Color CSS Codes

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

#bc218f Text Font Color

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

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


#bc218f Background Color

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

This div background color is #bc218f


#bc218f Border Color

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

This div border color is #bc218f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc218f


Comments

No comments written yet.

Please login to write comment.