Color Hex Logo

#bc428a Color Hex

#BC428A
(188,66,138)
0 Favorites   0 Comments

Color spaces of #bc428a

RGB 18866138
HSL0.900.480.50
HSV325°65°74°
CMYK 0.000.650.27   0.26
XYZ27.274716.422825.7771
Yxy16.42280.39260.2364
Hunter Lab40.525149.2176-9.3455
CIE-Lab47.524455.9829-14.1994

#bc428a color RGB value is (188,66,138).

#bc428a hex color red value is 188, green value is 66 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bc428a hue: 0.90 , saturation: 0.48 and the lightness value of bc428a is 0.50.

The process color (four color CMYK) of #bc428a color hex is 0.00, 0.65, 0.27, 0.26. Web safe color of #bc428a is #cc3399. Color #bc428a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 10001010
Octal 274 102 212
Decimal 188 66 138
Hex BC 42 8A

RGB Percentages of Color #bc428a

%47.96
%16.84
%35.20

CMYK Percentages of Color #bc428a

%0
%65
%27
%26

Triadic Colors of #bc428a

#bc428a #8abc42 #428abc

Analogous Colors of #bc428a

#bc428a #bc424d #b142bc

Monochromatic Colors of #bc428a

#bc428a

Complementary Color

#bc428a #42bc74

#bc428a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc428a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc428a Color CSS Codes

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

#bc428a Text Font Color

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

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


#bc428a Background Color

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

This div background color is #bc428a


#bc428a Border Color

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

This div border color is #bc428a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc428a


Comments

No comments written yet.

Please login to write comment.