Color Hex Logo

#bc217f Color Hex

#BC217F
(188,33,127)
0 Favorites   0 Comments

Color spaces of #bc217f

RGB 18833127
HSL0.900.700.43
HSV324°82°74°
CMYK 0.000.820.32   0.26
XYZ25.113713.311421.3244
Yxy13.31140.42030.2228
Hunter Lab36.484859.0191-9.1141
CIE-Lab43.228865.5478-14.0269

#bc217f color RGB value is (188,33,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100001 01111111
Octal 274 41 177
Decimal 188 33 127
Hex BC 21 7F

RGB Percentages of Color #bc217f

%54.02
%9.48
%36.49

CMYK Percentages of Color #bc217f

%0
%82
%32
%26

Triadic Colors of #bc217f

#bc217f #7fbc21 #217fbc

Analogous Colors of #bc217f

#bc217f #bc2132 #ac21bc

Monochromatic Colors of #bc217f

#bc217f

Complementary Color

#bc217f #21bc5e

#bc217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc217f Color CSS Codes

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

#bc217f Text Font Color

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

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


#bc217f Background Color

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

This div background color is #bc217f


#bc217f Border Color

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

This div border color is #bc217f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc217f


Comments

No comments written yet.

Please login to write comment.