Color Hex Logo

#bc148a Color Hex

#BC148A
(188,20,138)
0 Favorites   0 Comments

Color spaces of #bc148a

RGB 18820138
HSL0.880.810.41
HSV318°89°74°
CMYK 0.000.890.27   0.26
XYZ25.576613.026725.2111
Yxy13.02670.40080.2041
Hunter Lab36.092563.3303-16.1501
CIE-Lab42.803469.3403-21.4267

#bc148a color RGB value is (188,20,138).

#bc148a hex color red value is 188, green value is 20 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bc148a hue: 0.88 , saturation: 0.81 and the lightness value of bc148a is 0.41.

The process color (four color CMYK) of #bc148a color hex is 0.00, 0.89, 0.27, 0.26. Web safe color of #bc148a is #cc0099. Color #bc148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010100 10001010
Octal 274 24 212
Decimal 188 20 138
Hex BC 14 8A

RGB Percentages of Color #bc148a

%54.34
%5.78
%39.88

CMYK Percentages of Color #bc148a

%0
%89
%27
%26

Triadic Colors of #bc148a

#bc148a #8abc14 #148abc

Analogous Colors of #bc148a

#bc148a #bc1436 #9a14bc

Monochromatic Colors of #bc148a

#bc148a

Complementary Color

#bc148a #14bc46

#bc148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc148a Color CSS Codes

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

#bc148a Text Font Color

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

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


#bc148a Background Color

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

This div background color is #bc148a


#bc148a Border Color

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

This div border color is #bc148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc148a


Comments

No comments written yet.

Please login to write comment.