Color Hex Logo

#bc248a Color Hex

#BC248A
(188,36,138)
0 Favorites   0 Comments

Color spaces of #bc248a

RGB 18836138
HSL0.890.680.44
HSV320°81°74°
CMYK 0.000.810.27   0.26
XYZ25.957413.788125.3380
Yxy13.78810.39880.2119
Hunter Lab37.132359.7991-14.4651
CIE-Lab43.927566.0894-19.6944

#bc248a color RGB value is (188,36,138).

#bc248a hex color red value is 188, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bc248a hue: 0.89 , saturation: 0.68 and the lightness value of bc248a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100100 10001010
Octal 274 44 212
Decimal 188 36 138
Hex BC 24 8A

RGB Percentages of Color #bc248a

%51.93
%9.94
%38.12

CMYK Percentages of Color #bc248a

%0
%81
%27
%26

Triadic Colors of #bc248a

#bc248a #8abc24 #248abc

Analogous Colors of #bc248a

#bc248a #bc243e #a224bc

Monochromatic Colors of #bc248a

#bc248a

Complementary Color

#bc248a #24bc56

#bc248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc248a Color CSS Codes

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

#bc248a Text Font Color

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

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


#bc248a Background Color

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

This div background color is #bc248a


#bc248a Border Color

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

This div border color is #bc248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc248a


Comments

No comments written yet.

Please login to write comment.