Color Hex Logo

#bc127e Color Hex

#BC127E
(188,18,126)
0 Favorites   0 Comments

Color spaces of #bc127e

RGB 18818126
HSL0.890.830.40
HSV322°90°74°
CMYK 0.000.900.33   0.26
XYZ24.721212.630320.8736
Yxy12.63030.42460.2169
Hunter Lab35.539161.9720-9.9461
CIE-Lab42.200868.2982-14.9749

#bc127e color RGB value is (188,18,126).

#bc127e hex color red value is 188, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc127e hue: 0.89 , saturation: 0.83 and the lightness value of bc127e is 0.40.

The process color (four color CMYK) of #bc127e color hex is 0.00, 0.90, 0.33, 0.26. Web safe color of #bc127e is #cc0066. Color #bc127e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 01111110
Octal 274 22 176
Decimal 188 18 126
Hex BC 12 7E

RGB Percentages of Color #bc127e

%56.63
%5.42
%37.95

CMYK Percentages of Color #bc127e

%0
%90
%33
%26

Triadic Colors of #bc127e

#bc127e #7ebc12 #127ebc

Analogous Colors of #bc127e

#bc127e #bc1229 #a512bc

Monochromatic Colors of #bc127e

#bc127e

Complementary Color

#bc127e #12bc50

#bc127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc127e Color CSS Codes

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

#bc127e Text Font Color

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

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


#bc127e Background Color

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

This div background color is #bc127e


#bc127e Border Color

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

This div border color is #bc127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc127e


Comments

No comments written yet.

Please login to write comment.