Color Hex Logo

#bc207f Color Hex

#BC207F
(188,32,127)
0 Favorites   0 Comments

Color spaces of #bc207f

RGB 18832127
HSL0.900.710.43
HSV323°83°74°
CMYK 0.000.830.32   0.26
XYZ25.086313.256721.3153
Yxy13.25670.42050.2222
Hunter Lab36.409859.2693-9.2232
CIE-Lab43.147565.7812-14.1505

#bc207f color RGB value is (188,32,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 01111111
Octal 274 40 177
Decimal 188 32 127
Hex BC 20 7F

RGB Percentages of Color #bc207f

%54.18
%9.22
%36.60

CMYK Percentages of Color #bc207f

%0
%83
%32
%26

Triadic Colors of #bc207f

#bc207f #7fbc20 #207fbc

Analogous Colors of #bc207f

#bc207f #bc2031 #ab20bc

Monochromatic Colors of #bc207f

#bc207f

Complementary Color

#bc207f #20bc5d

#bc207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc207f Color CSS Codes

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

#bc207f Text Font Color

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

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


#bc207f Background Color

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

This div background color is #bc207f


#bc207f Border Color

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

This div border color is #bc207f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc207f


Comments

No comments written yet.

Please login to write comment.